X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fisp1760-if.c;h=af849f596135324bf727ac667f7f2d4cbc7d9920;hb=802f389a2cc6e2771b8de915ac241456d41eb79e;hp=ad44bd60df981b45c45c35d6faec76a6688061da;hpb=fd3f1917e345d852ef9ae36178719f4e639f70ae;p=linux-2.6-omap-h63xx.git diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c index ad44bd60df9..af849f59613 100644 --- a/drivers/usb/host/isp1760-if.c +++ b/drivers/usb/host/isp1760-if.c @@ -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; }