]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/misc/adutux.c
Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next
[~andy/linux] / drivers / usb / misc / adutux.c
index 7078e9bf0fc0280a8e2a7bec0278eee259abcd29..3eaa83f05086f90dba7f58df3902610d02537e72 100644 (file)
@@ -783,7 +783,7 @@ static int adu_probe(struct usb_interface *interface,
 
        /* let the user know what node this device is now attached to */
        dev_info(&interface->dev, "ADU%d %s now attached to /dev/usb/adutux%d\n",
-                udev->descriptor.idProduct, dev->serial_number,
+                le16_to_cpu(udev->descriptor.idProduct), dev->serial_number,
                 (dev->minor - ADU_MINOR_BASE));
 exit:
        return retval;