commit | 531587443c94ad9efc497cc99dc99adb0daa8fd7 | [log] [tgz] |
---|---|---|
author | Matthew Moeller <moeller.matt@gmail.com> | Wed Mar 09 20:19:25 2016 -0600 |
committer | Badhri Jagan Sridharan <Badhri@google.com> | Thu Mar 10 14:27:35 2016 -0800 |
tree | 42c93758584c36c8ab0a3b4563993aba46b56b45 | |
parent | 1a3f7c231470c2bbbf920503e654600310d42726 [diff] |
ANDROID: 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>