Compact flash driver is now working
authorFlorian Fainelli <florian@openwrt.org>
Sat, 22 Dec 2007 11:08:26 +0000 (11:08 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 22 Dec 2007 11:08:26 +0000 (11:08 +0000)
SVN-Revision: 9823

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

index 4d4596a99adfb1ba057748af618fc980213cb265..fbbf313d9dcfd0cf3673d6b6dc273f2378b3b741 100644 (file)
@@ -32,7 +32,7 @@
 #include <asm/gpio.h>
 
 #define DRV_NAME       "pata-rb153-cf"
-#define DRV_VERSION    "0.2.1"
+#define DRV_VERSION    "0.2.2"
 #define DRV_DESC       "PATA driver for RouterBOARD 153 Compact Flash"
 
 #define RB153_CF_MAXPORTS      1
@@ -253,7 +253,7 @@ static __devinit int rb153_pata_driver_probe(struct platform_device *pdev)
        rb153_pata_setup_ports(ah);
 
        ret = ata_host_activate(ah, irq, rb153_pata_irq_handler,
-                               IRQF_TRIGGER_HIGH, &rb153_pata_sht);
+                               IRQF_TRIGGER_LOW, &rb153_pata_sht);
        if (ret)
                goto err_free_gpio;