firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()
authorMing Lei <ming.lei@canonical.com>
Mon, 12 Jan 2015 16:02:01 +0000 (00:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Feb 2015 23:33:10 +0000 (15:33 -0800)
It is simpler to handle timeout by wait_for_completion_interruptible_timeout(),
so remove previous delay work for timeout.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c

Simple merge