mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 01:18:58 +02:00
[adm5120] use the right irq_handler in the CF driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0bebc59f0a
commit
444d504487
@ -252,8 +252,8 @@ static __devinit int rb153_pata_driver_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
rb153_pata_setup_ports(ah);
|
rb153_pata_setup_ports(ah);
|
||||||
|
|
||||||
ret = ata_host_activate(ah, irq, ata_interrupt, IRQF_TRIGGER_HIGH,
|
ret = ata_host_activate(ah, irq, rb153_pata_irq_handler,
|
||||||
&rb153_pata_sht);
|
IRQF_TRIGGER_HIGH, &rb153_pata_sht);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_free_gpio;
|
goto err_free_gpio;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user