From: Johan Hovold Date: Tue, 29 Jul 2014 12:14:55 +0000 (+0200) Subject: USB: option: reduce interrupt-urb logging verbosity X-Git-Tag: omap-fixes-against-v3.17-rc3~24^2~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e4cba2534cd88476dff920727c81350130f3c5;p=pandora-kernel.git USB: option: reduce interrupt-urb logging verbosity Do not log normal interrupt-urb shutdowns as errors. The option driver has always been logging any nonzero interrupt-urb status as an error, including when the urb is killed during normal operation. Commit 9096f1fbba91 ("USB: usb_wwan: fix potential NULL-deref at resume") moved the interrupt urb submission from port probe and release to open and close, thus potentially increasing the number of these false-positive error messages dramatically. Reported-by: Ed Butler Tested-by: Ed Butler Cc: Signed-off-by: Johan Hovold --- Reading git-diff-tree failed