usb: gadget: g_dnl: don't set iProduct nor iSerialNumber
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 22 Feb 2017 15:12:41 +0000 (17:12 +0200)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:14 +0000 (02:37 +0800)
commit1f23717b7bf63905c87e7fe0770273d01ee27be6
treef2ef17f1ef46208ab26deaa06b913b3692ddaf99
parentac167da4678cd9b0f7e0e0278a1b91335e01a143
usb: gadget: g_dnl: don't set iProduct nor iSerialNumber

Both these numbers are calculated in runtime and dynamically assigned
to the device descriptor during bind().

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
(cherry picked from commit 207835b13feeae15db0555574d89352a4e5379a4)
drivers/usb/gadget/g_dnl.c