提交 a700e72d 编写于 作者: M Mark Brown 提交者: Dmitry Torokhov

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: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 65db86ac
...@@ -245,7 +245,7 @@ static void wm97xx_irq_enable(struct wm97xx *wm, int enable) ...@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册