speedtch speedtch.c,1.81,1.82
David Woodhouse
dwmw2 at infradead.org
Wed Jul 11 08:55:20 EDT 2007
On Wed, 2007-07-11 at 13:36 +0100, Duncan Sands wrote:
> if (usb_dev->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) {
> - usb_err(usbatm, "%s: wrong device class %d\n", __func__, usb_dev->descriptor.bDeviceClass);
> + usb_err(usbatm, "%s: wrong device class %d\n", __func__,
> + usb_dev->descriptor.bDeviceClass);
> return -ENODEV;
You're better off leaving those messages on a single line. They're
neater that way.
--
dwmw2
More information about the Usbatm
mailing list