i2c-nomadik: Do not use _interruptible_ variant call
authorsrinidhi kasagar <srinidhi.kasagar@stericsson.com>
Tue, 9 Aug 2011 18:17:22 +0000 (20:17 +0200)
committerBen Dooks <ben-linux@fluff.org>
Tue, 23 Aug 2011 19:13:39 +0000 (20:13 +0100)
If there is a signal pending and wait_for_completion_interruptible_timeout
exited because of the -ERESTARTSYS error we are unable to send any more
i2c messages.

So, deprecate this _interruptible_ variant call.

Signed-off-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found