X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fabx500.c;h=d87cae8c635fea8367609c4cd0013017cf41ceb6;hb=d2bea739f8b41d620c235d81e00289d01169dc3c;hp=1fd46859ed29ded69dbb479c980316142bde5fd7;hpb=06ef431ab8060aa8ef51b36f56773d01f6a53f24;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/hwmon/abx500.c b/drivers/hwmon/abx500.c index 1fd46859ed29..d87cae8c635f 100644 --- a/drivers/hwmon/abx500.c +++ b/drivers/hwmon/abx500.c @@ -377,7 +377,7 @@ static int setup_irqs(struct platform_device *pdev) } ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, - abx500_temp_irq_handler, IRQF_NO_SUSPEND, "abx500-temp", pdev); + abx500_temp_irq_handler, 0, "abx500-temp", pdev); if (ret < 0) dev_err(&pdev->dev, "Request threaded irq failed (%d)\n", ret);