]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
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)
commit68ff2a00dbf590dc9483c20f85fd1f1faa054604
tree43502001a0d21b0eb71c5df2109f392556f1f923
parent0cb64249ca50033ec22e63582837f94202c63d9f
firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()

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