git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1556b
)
firmware_loader: abort request if wait_for_completion is interrupted
author
Ming Lei
<ming.lei@canonical.com>
Mon, 12 Jan 2015 16:01:35 +0000
(
00:01
+0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 3 Feb 2015 23:33:10 +0000
(15:33 -0800)
If current request is interrupted by signal, such as 'ctrl + c',
this request has to be aborted for the following reasons:
- the buf need to be removed from pending list
- same requests from other contexts need to be completed
Reported-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c
patch
|
blob
|
history
diff --cc
drivers/base/firmware_class.c
Simple merge