Re: [patch] USB: devio: fix a condition in async_completed()

2015-05-18 Thread Alan Stern
On Mon, 18 May 2015, Dan Carpenter wrote: > Static checkers complain that the current condition is never true. It > seems pretty likely that it's a typo and "URB" was intended instead of > "USB". > > Fixes: 3d97ff63f899 ('usbdevfs: Use scatter-gather lists for large bulk > transfers') > Signed-

[patch] USB: devio: fix a condition in async_completed()

2015-05-18 Thread Dan Carpenter
Static checkers complain that the current condition is never true. It seems pretty likely that it's a typo and "URB" was intended instead of "USB". Fixes: 3d97ff63f899 ('usbdevfs: Use scatter-gather lists for large bulk transfers') Signed-off-by: Dan Carpenter diff --git a/drivers/usb/core/dev