Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: wm97xx - use disable_irq_nosync() for Mainstone

This should make no practical difference since the Mainstone can't be
SMP but it is more correct.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Mark Brown and committed by
Dmitry Torokhov
a700e72d 65db86ac

+1 -1
+1 -1
drivers/input/touchscreen/mainstone-wm97xx.c
··· 245 245 if (enable) 246 246 enable_irq(wm->pen_irq); 247 247 else 248 - disable_irq(wm->pen_irq); 248 + disable_irq_nosync(wm->pen_irq); 249 249 } 250 250 251 251 static struct wm97xx_mach_ops mainstone_mach_ops = {