Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[firefly-linux-kernel-4.4.55.git] / drivers / mfd / ab8500-debugfs.c
index cdd6f3d63314c90d8ccbf1467ff7e58eff024e1c..0236cd7cdce4f3fbfca4002c62f706f55a6b0eed 100644 (file)
@@ -2885,7 +2885,7 @@ static ssize_t ab8500_subscribe_write(struct file *file,
        }
 
        err = request_threaded_irq(user_val, NULL, ab8500_debug_handler,
-                                  IRQF_SHARED | IRQF_NO_SUSPEND,
+                                  IRQF_SHARED | IRQF_NO_SUSPEND | IRQF_ONESHOT,
                                   "ab8500-debug", &dev->kobj);
        if (err < 0) {
                pr_info("request_threaded_irq failed %d, %lu\n",