]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware loader: remove unnecessary wmb()
authorMing Lei <ming.lei@canonical.com>
Sat, 4 Aug 2012 04:01:18 +0000 (12:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 20:13:18 +0000 (13:13 -0700)
commit0c25a850f7f336cd3bf2b0a479fe70cecb242c6e
tree8fc24e5da84b52cff49ae11150bd90d6b0bb20e9
parent28eefa750b5e16b13bb869c2c4f7d624a43eb48b
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>
drivers/base/firmware_class.c