Bluetooth: btusb: hide more usb_submit_urb errors
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 9 Oct 2011 10:12:22 +0000 (12:12 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 10 Oct 2011 21:02:36 +0000 (18:02 -0300)
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 <pebolle@tiscali.nl>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>

No differences found