|
@@ -755,8 +755,7 @@ static int __init gpmc_init(void)
|
|
irq++;
|
|
irq++;
|
|
}
|
|
}
|
|
|
|
|
|
- ret = request_irq(gpmc_irq,
|
|
|
|
- gpmc_handle_irq, IRQF_SHARED, "gpmc", gpmc_base);
|
|
|
|
|
|
+ ret = request_irq(gpmc_irq, gpmc_handle_irq, IRQF_SHARED, "gpmc", NULL);
|
|
if (ret)
|
|
if (ret)
|
|
pr_err("gpmc: irq-%d could not claim: err %d\n",
|
|
pr_err("gpmc: irq-%d could not claim: err %d\n",
|
|
gpmc_irq, ret);
|
|
gpmc_irq, ret);
|