commit | c1705e5120337a3c19c361945a53720db9a33763 | [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 22:23:57 2016 +0000 |
tree | 268e96a215156e9a71d1032103d556b5005a70b1 | |
parent | 36d41286a9c68c00cf0f88022e68234aba34bc12 [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>