]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/lasi700.c
SATA Sil: Blacklist system that spins off disks during ACPI power off
[linux-2.6-omap-h63xx.git] / drivers / scsi / lasi700.c
index 3126824da36d02b45c1481b947c09e12f2e9d906..4a4e6954ec79bf08cbec1a9f8b9a02f8565c4165 100644 (file)
@@ -103,8 +103,7 @@ lasi700_probe(struct parisc_device *dev)
 
        hostdata = kzalloc(sizeof(*hostdata), GFP_KERNEL);
        if (!hostdata) {
-               printk(KERN_ERR "%s: Failed to allocate host data\n",
-                      dev->dev.bus_id);
+               dev_printk(KERN_ERR, dev, "Failed to allocate host data\n");
                return -ENOMEM;
        }