Am Freitag, 17. September 2010, 10:33:30 schrieb Andrei Emeltchenko: > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > > index d22ce3c..3ace025 100644 > > --- a/drivers/bluetooth/btusb.c > > +++ b/drivers/bluetooth/btusb.c > > @@ -229,11 +229,8 @@ static void btusb_intr_complete(struct urb *urb) > > usb_anchor_urb(urb, &data->intr_anchor); > > > > err = usb_submit_urb(urb, GFP_ATOMIC); > > - if (err < 0) { > > - BT_ERR("%s urb %p failed to resubmit (%d)", > > - hdev->name, urb, -err); > > + if (err < 0) > > usb_unanchor_urb(urb); > > - } > > } > > > > I do not get the point here. Cannot you just undef BT_ERR if you > enabled debug? I believe this is standard behavior. You can undefine BT_ERR, but then you'll miss error reports. This message may indicate an error, but usually doesn't if you use runtime pm. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html