commit | 0c25a850f7f336cd3bf2b0a479fe70cecb242c6e | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Sat Aug 04 12:01:18 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 16 13:13:18 2012 -0700 |
tree | 8fc24e5da84b52cff49ae11150bd90d6b0bb20e9 | |
parent | 28eefa750b5e16b13bb869c2c4f7d624a43eb48b [diff] |
firmware loader: remove unnecessary wmb() The wmb() inside fw_load_abort is not necessary, since complete() and wait_on_completion() has implied one pair of memory barrier. Also wmb() isn't a correct usage, so just remove it. Signed-off-by: Ming Lei <ming.lei@canonical.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>