diff options
Diffstat (limited to 'drivers/ata/pata_at32.c')
-rw-r--r-- | drivers/ata/pata_at32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_at32.c b/drivers/ata/pata_at32.c index 528315587532..3e8651d78952 100644 --- a/drivers/ata/pata_at32.c +++ b/drivers/ata/pata_at32.c | |||
@@ -223,7 +223,7 @@ static int __init pata_at32_init_one(struct device *dev, | |||
223 | host->private_data = info; | 223 | host->private_data = info; |
224 | 224 | ||
225 | /* Register ATA device and return */ | 225 | /* Register ATA device and return */ |
226 | return ata_host_activate(host, info->irq, ata_interrupt, | 226 | return ata_host_activate(host, info->irq, ata_sff_interrupt, |
227 | IRQF_SHARED | IRQF_TRIGGER_RISING, | 227 | IRQF_SHARED | IRQF_TRIGGER_RISING, |
228 | &at32_sht); | 228 | &at32_sht); |
229 | } | 229 | } |