X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Finput%2Ftouchscreen%2Fmainstone-wm97xx.c;fp=drivers%2Finput%2Ftouchscreen%2Fmainstone-wm97xx.c;h=08d3dbd4ba2916656d2d9466cee2099a8bcef16c;hb=a700e72dd009c79c62e78ebeefa27315db6e1e60;hp=1d11e2be9ef823ff3cb0076dc409e6f18f56224e;hpb=65db86ac07e2f7f91a552490c0be6a99aab8e4a8;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c index 1d11e2b..08d3dbd 100644 --- a/drivers/input/touchscreen/mainstone-wm97xx.c +++ b/drivers/input/touchscreen/mainstone-wm97xx.c @@ -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 = {