[PATCH] wireless: p54pci: add handling of signal case

2015-01-19 Thread Nicholas Mc Guire
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 --- Only the timeout case was being handled, the signal case (-ERESTARTSYS) was treated just like the case of

[PATCH] wireless: p54pci: add handling of signal case

2015-01-19 Thread Nicholas Mc Guire
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.h...@hofr.at --- Only the timeout case was being handled, the signal case (-ERESTARTSYS) was treated just like