]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/serial/ezusb.c
Merge commit 'v2.6.34-rc6' into core/locking
[karo-tx-linux.git] / drivers / usb / serial / ezusb.c
index 711e84f6ed82d8d0c0d80d50da5f5b4ec057014f..3cfc762f50563a1aad5e0e24185a0a73891abb16 100644 (file)
@@ -28,7 +28,8 @@ int ezusb_writememory(struct usb_serial *serial, int address,
 
        /* dbg("ezusb_writememory %x, %d", address, length); */
        if (!serial->dev) {
-               err("%s - no physical device present, failing.", __func__);
+               printk(KERN_ERR "ezusb: %s - no physical device present, "
+                      "failing.\n", __func__);
                return -ENODEV;
        }