use the right irq_handler in the CF driver
authorGabor Juhos <juhosg@openwrt.org>
Wed, 12 Dec 2007 10:53:49 +0000 (10:53 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 12 Dec 2007 10:53:49 +0000 (10:53 +0000)
SVN-Revision: 9714

target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c

index a978e0678c0c63f887137174cc985586018b3638..1a094eb04fe353dcc7458dc973b9b21a84f63ce5 100644 (file)
@@ -252,8 +252,8 @@ static __devinit int rb153_pata_driver_probe(struct platform_device *pdev)
 
        rb153_pata_setup_ports(ah);
 
-       ret = ata_host_activate(ah, irq, ata_interrupt, IRQF_TRIGGER_HIGH,
-                               &rb153_pata_sht);
+       ret = ata_host_activate(ah, irq, rb153_pata_irq_handler,
+                               IRQF_TRIGGER_HIGH, &rb153_pata_sht);
        if (ret)
                goto err_free_gpio;