From: Eli Billauer Date: Sat, 16 Aug 2014 15:57:57 +0000 (+0300) Subject: staging: xillybus: Removed mmiowb() before mutex_unlock() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1094 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66a49766fdfcb8186056bd44a407594c6a3d5ff;p=pandora-kernel.git staging: xillybus: Removed mmiowb() before mutex_unlock() The relevant sequences consist of two I/O memory writes. The second write depends on the first one. mmiowb() was inserted to make sure that no other thread inserts a "first write" before the current one finished its second. As a mutex protects this critical sequence, mmiowb() is unnecessary. Signed-off-by: Eli Billauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed