commit | 5df322294fb5d6a1b5beac0549ef37426bdaa1fe | [log] [tgz] |
---|---|---|
author | Matthew Moeller <moeller.matt@gmail.com> | Wed Mar 09 20:19:25 2016 -0600 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 213ea6f7e4d86f6dc77793db65082dbb671c3710 | |
parent | cbcb5fb388edb730a39c38521b723df235a8b70d [diff] |
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>