You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Dmitry Torokhov
parent
65db86ac07
commit
a700e72dd0
@@ -245,7 +245,7 @@ static void wm97xx_irq_enable(struct wm97xx *wm, int enable)
|
||||
if (enable)
|
||||
enable_irq(wm->pen_irq);
|
||||
else
|
||||
disable_irq(wm->pen_irq);
|
||||
disable_irq_nosync(wm->pen_irq);
|
||||
}
|
||||
|
||||
static struct wm97xx_mach_ops mainstone_mach_ops = {
|
||||
|
||||
Reference in New Issue
Block a user