]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/isp1760-if.c
USB: remove err() macro from more usb drivers
[linux-2.6-omap-h63xx.git] / drivers / usb / host / isp1760-if.c
index ad44bd60df981b45c45c35d6faec76a6688061da..af849f596135324bf727ac667f7f2d4cbc7d9920 100644 (file)
@@ -218,7 +218,7 @@ static int __devinit isp1761_pci_probe(struct pci_dev *dev,
         * and reading back and checking the contents are same or not
         */
        if (reg_data != 0xFACE) {
-               err("scratch register mismatch %x", reg_data);
+               dev_err(&dev->dev, "scratch register mismatch %x\n", reg_data);
                goto clean;
        }