]> git.baikalelectronics.ru Git - kernel.git/commit
p54: add handling of the signal case
authorNicholas Mc Guire <der.herr@hofr.at>
Tue, 20 Jan 2015 05:25:43 +0000 (06:25 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 23 Jan 2015 19:33:42 +0000 (21:33 +0200)
commitaf5c5612ccffa7f44b22efccae32da97f5deae16
treed4192dc46318109852402964ec2753c715d70e32
parentd08a3b87c724a59e9d6f5eb1cdad7c79e005a069
p54: add handling of the signal case

if(!wait_for_completion_interruptible_timeout(...))
only handles the timeout case - this patch adds handling the
signal case the same as timeout.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/p54/fwio.c