On Monday 12 January 2009, Alexey Klimov wrote: > - err("submit(rx_urb) status %d", res); > + dev_err(&catc->usbdev->dev, "submit(rx_urb) status %d\n", res); That's the same as urb->dev though. Use the interface passed into probe(): dev_err(&intf->dev, ...) etc -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html