|
@@ -213,8 +213,9 @@ static int __devinit pata_platform_probe(struct platform_device *pdev)
|
|
|
pata_platform_setup_port(&ap->ioaddr, pp_info);
|
|
|
|
|
|
/* activate */
|
|
|
- return ata_host_activate(host, platform_get_irq(pdev, 0), ata_interrupt,
|
|
|
- pp_info->irq_flags, &pata_platform_sht);
|
|
|
+ return ata_host_activate(host, platform_get_irq(pdev, 0),
|
|
|
+ ata_interrupt, pp_info ? pp_info->irq_flags
|
|
|
+ : 0, &pata_platform_sht);
|
|
|
}
|
|
|
|
|
|
/**
|