]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/scsi/lasi700.c
[SCSI] st: make all the fragment buffers the same size
[mv-sheeva.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;
        }