diff options
-rw-r--r-- | drivers/extcon/extcon-max8997.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index a46c82f31837..f06e60a3cb87 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c | |||
@@ -459,7 +459,7 @@ static int __devinit max8997_muic_probe(struct platform_device *pdev) | |||
459 | } | 459 | } |
460 | muic_irq->virq = virq; | 460 | muic_irq->virq = virq; |
461 | 461 | ||
462 | ret = request_threaded_irq(virq, NULL,max8997_muic_irq_handler, | 462 | ret = request_threaded_irq(virq, NULL, max8997_muic_irq_handler, |
463 | 0, muic_irq->name, info); | 463 | 0, muic_irq->name, info); |
464 | if (ret) { | 464 | if (ret) { |
465 | dev_err(&pdev->dev, | 465 | dev_err(&pdev->dev, |