Cc: Dmitry Torokhov <dtor@...>, <linux-input@...>, <linux-kernel@...>, Liam Girdwood <liam.girdwood@...>, Graeme Gregory <gg@...>, Mike Arthur <mike.arthur@...>, Dmitry Baryshkov <dbaryshkov@...>, Stanley Cai <stanley.cai@...>, Rodolfo Giometti <giometti@...>, Russell King <rmk@...>, Marc Kleine-Budde <mkl@...>, Pete MacKay <linux01@...>, Ian Molton <spyro@...>, Vince Sanders <vince@...>, Andrew Zabolotny <zap@...>
On Tue, 26 Feb 2008 13:40:17 +0000 Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:
Can use schedule_timeout_interruptible() here.
If the calling process happens to have a signal pending then the
schedule_timeout() becomes a no-op. Will the driver still function
correctly?
dittoes.
--