]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/gadget/inode.c
udf: check if udf_load_logicalvol failed
[linux-2.6-omap-h63xx.git] / drivers / usb / gadget / inode.c
index 47ef8bd58a00c1f99f9ef8a937801bbd12e0095d..805602a687cbc7bfd2b225d5e247a6f4f8c19cc5 100644 (file)
@@ -1699,7 +1699,7 @@ gadgetfs_bind (struct usb_gadget *gadget)
        if (!dev)
                return -ESRCH;
        if (0 != strcmp (CHIP, gadget->name)) {
-               printk (KERN_ERR "%s expected %s controller not %s\n",
+               pr_err("%s expected %s controller not %s\n",
                        shortname, CHIP, gadget->name);
                return -ENODEV;
        }