commit | cc28983c322030ce7a3d748833186eab86a41570 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Fri Aug 19 11:12:47 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 16:53:56 2016 +0200 |
tree | fef96495702a6b702bc71fb98684e157fba55069 | |
parent | 9ed745ff8e80fbb600f386013bab9c361202866c [diff] |
staging: most: hdm-usb: fix clear halt processing This patch is needed to ensure that submitted URBs get unlinked before the driver calls usb_clear_halt(). Since the halt condition of an USB endpoint is channel related, the work_struct is moved from a buffer basis to a channel basis. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>