From: Paul Bolle Date: Sun, 9 Oct 2011 10:12:22 +0000 (+0200) Subject: Bluetooth: btusb: hide more usb_submit_urb errors X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b8d1c9c1564f4cbce86cbbee099fadf735b226;p=pandora-kernel.git Bluetooth: btusb: hide more usb_submit_urb errors There are still three calls of usb_submit_urb() that will print errors if those calls return -EPERM or -ENODEV. I have never triggered these, so I'm not sure when these return values might be seen. It still makes sense to be silent if these occur (since "urb is being killed" and "device got disconnected" aren't things to worry about). Signed-off-by: Paul Bolle Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed