diff options
author | Johan Hovold <jhovold@gmail.com> | 2010-10-21 12:49:10 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 21:22:19 +0400 |
commit | 92ca0dc5ee022e4c0e488177e1d8865a0778c6c2 (patch) | |
tree | 00e1220ec196088a564dc99e5f1adace06340dc6 /drivers/usb/storage/cypress_atacb.c | |
parent | f34c25ed78df6d1297db2187bf5e58aaf6674183 (diff) | |
download | linux-92ca0dc5ee022e4c0e488177e1d8865a0778c6c2.tar.xz |
USB: mct_u232: fix broken close
Fix regression introduced by commit
f26788da3b342099d2b02d99ba1cb7f154d6ef7b (USB: serial: refactor generic
close) which broke driver close().
This driver uses non-standard semantics for the read urb which makes the
generic close function fail to kill it (the read urb is actually an
interrupt urb and therefore bulk_in size is zero).
Reported-by: Eric Shattow "Eprecocious" <lucent@gmail.com>
Tested-by: Eric Shattow "Eprecocious" <lucent@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/cypress_atacb.c')
0 files changed, 0 insertions, 0 deletions