]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: xillybus: Remove mmiowb() before wait_event_*() calls
authorEli Billauer <eli.billauer@gmail.com>
Sat, 16 Aug 2014 15:57:56 +0000 (18:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:14:41 +0000 (13:14 -0700)
commita5b2e028bb47b4d6f4508e41120cfb2ea8aa9cac
treeb9f9a48ed69bf66328e8899bbf120ba0a87a291e
parenta4102f90e87cfaa3fdbed6fdf469b23f0eeb4bfd
staging: xillybus: Remove mmiowb() before wait_event_*() calls

According to Documentation/memory-barriers.txt, a memory barrier is put
in place by wait_event_*()

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus_core.c