From: Dan Carpenter Date: Mon, 18 May 2015 12:29:51 +0000 (+0300) Subject: USB: devio: fix a condition in async_completed() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ed07c5db71bc02bd646d6eb60b48908235cdf9;p=pandora-kernel.git USB: devio: fix a condition in async_completed() 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed