request irq with the platform driver name instead of bus_id which is being removed...
authorFlorian Fainelli <florian@openwrt.org>
Mon, 20 Jul 2009 10:52:08 +0000 (10:52 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 20 Jul 2009 10:52:08 +0000 (10:52 +0000)
SVN-Revision: 16932

target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c

index 1a83a74121de648b3af9b4b62a1ed8e9dc0fc42c..bd75b8c7af76f94cd930fed6cdfbebb54a50accd 100644 (file)
@@ -335,7 +335,7 @@ static int __init bcm63xx_spi_probe(struct platform_device *pdev)
        bs->fifo_size = pdata->fifo_size;
 
        ret = request_irq(irq, bcm63xx_spi_interrupt, 0,
-                               pdev->dev.bus_id, master);
+                               pdev->name, master);
        if (ret) {
                printk(KERN_ERR PFX " unable to request irq\n");
                goto out_unmap;