|
@@ -428,8 +428,7 @@ static int tmio_probe(struct platform_device *dev)
|
|
|
/* 15 us command delay time */
|
|
|
nand_chip->chip_delay = 15;
|
|
|
|
|
|
- retval = request_irq(irq, &tmio_irq,
|
|
|
- IRQF_DISABLED, dev_name(&dev->dev), tmio);
|
|
|
+ retval = request_irq(irq, &tmio_irq, 0, dev_name(&dev->dev), tmio);
|
|
|
if (retval) {
|
|
|
dev_err(&dev->dev, "request_irq error %d\n", retval);
|
|
|
goto err_irq;
|