aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/masters')
-rw-r--r--drivers/w1/masters/omap_hdq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c
index 6e94d8dd3d00..9900e8ec7393 100644
--- a/drivers/w1/masters/omap_hdq.c
+++ b/drivers/w1/masters/omap_hdq.c
@@ -577,8 +577,7 @@ static int omap_hdq_probe(struct platform_device *pdev)
577 goto err_irq; 577 goto err_irq;
578 } 578 }
579 579
580 ret = devm_request_irq(dev, irq, hdq_isr, IRQF_DISABLED, 580 ret = devm_request_irq(dev, irq, hdq_isr, 0, "omap_hdq", hdq_data);
581 "omap_hdq", hdq_data);
582 if (ret < 0) { 581 if (ret < 0) {
583 dev_dbg(&pdev->dev, "could not request irq\n"); 582 dev_dbg(&pdev->dev, "could not request irq\n");
584 goto err_irq; 583 goto err_irq;