From: Thomas Gleixner Date: Thu, 28 Aug 2014 14:49:43 +0000 (+0200) Subject: genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs() X-Git-Tag: omap-for-v3.19/prcm-cleanup~135^2~8^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092fadd59b50208f6859f89dd7ea84e03955b544;p=pandora-kernel.git genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs() There is no reason why we should delay the masking of interrupts whose interrupt chip requests MASK_ON_SUSPEND to the point where we check the wakeup interrupts. We can do it right at the point where we mark the interrupt as suspended. Signed-off-by: Thomas Gleixner Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed