* Kwangwoo Lee wrote:
[...]
> Thanks for the patch. It looks good. :)
> The code in the patch is already merged in the main kernel tree.
> 
> @@ -235,7 +245,7 @@ static irqreturn_t tsc2007_irq(int irq, void *handle)
>       spin_lock_irqsave(&ts->lock, flags);
> 
>       if (likely(ts->get_pendown_state())) {
> -             disable_irq(ts->irq);
> +             disable_irq_nosync(ts->irq);
>               hrtimer_start(&ts->timer, ktime_set(0, TS_POLL_DELAY),
>                                       HRTIMER_MODE_REL);
>       }

Oh, I hadn't noticed. I diffed against 2.6.30-rc4. Do you want me to send a
new patch or will you just rip that piece out?

Thierry

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to