usb: u_ether: Add missing rx_work init
authorMatthew Moeller <moeller.matt@gmail.com>
Thu, 10 Mar 2016 02:19:25 +0000 (20:19 -0600)
committerMatthew Moeller <moeller.matt@gmail.com>
Thu, 10 Mar 2016 02:19:25 +0000 (20:19 -0600)
commitfafb89f95a059c26223956bd035dcb0d90a0d523
tree497df485c4f5bc3208ae4c4196a1ac9956412ff9
parentdc874623048d1ffae1ba50188f623dbe7551c124
usb: u_ether: Add missing rx_work init

commit 398a708ed5f3ef771d96dfb9b95b5d5170d17eb7
usb: u_ether: Add workqueue as bottom half handler for rx data path

set up a worker for the rx data path but missed a case where the
work_struct needed to be initialized.

This patch adds the missing 'INIT_WORK'

Change-Id: I2daabd39d35b3e17a3054837282d649d9c78a0aa
Signed-off-by: Matthew Moeller <moeller.matt@gmail.com>
drivers/usb/gadget/function/u_ether.c