]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/NCR_D700.c
be2net: replenish when posting to rx-queue is starved in out of mem conditions
[linux-2.6-omap-h63xx.git] / drivers / scsi / NCR_D700.c
index 9e64b21ef637787c3a5d6e2d709377dafe649c3a..c889d8458684b002d5e03bd9bebf3a4e639cf4c4 100644 (file)
@@ -318,7 +318,7 @@ NCR_D700_probe(struct device *dev)
                return -ENOMEM;
 
        p->dev = dev;
-       snprintf(p->name, sizeof(p->name), "D700(%s)", dev->bus_id);
+       snprintf(p->name, sizeof(p->name), "D700(%s)", dev_name(dev));
        if (request_irq(irq, NCR_D700_intr, IRQF_SHARED, p->name, p)) {
                printk(KERN_ERR "D700: request_irq failed\n");
                kfree(p);