mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08: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:
parent
65db86ac07
commit
a700e72dd0
@ -245,7 +245,7 @@ static void wm97xx_irq_enable(struct wm97xx *wm, int enable)
|
|||||||
if (enable)
|
if (enable)
|
||||||
enable_irq(wm->pen_irq);
|
enable_irq(wm->pen_irq);
|
||||||
else
|
else
|
||||||
disable_irq(wm->pen_irq);
|
disable_irq_nosync(wm->pen_irq);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct wm97xx_mach_ops mainstone_mach_ops = {
|
static struct wm97xx_mach_ops mainstone_mach_ops = {
|
||||||
|
Loading…
Reference in New Issue
Block a user