commit | 0cb64249ca50033ec22e63582837f94202c63d9f | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Tue Jan 13 00:01:35 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 03 15:33:10 2015 -0800 |
tree | 9f186d01538ae38afd325e9a64593c158db8a3a6 | |
parent | 3c1556b287b89686fc7b4a210b82174938bb8a02 [diff] |
firmware_loader: abort request if wait_for_completion is interrupted 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>