From: Michael Ellerman Date: Fri, 10 Oct 2014 08:04:25 +0000 (+1100) Subject: powerpc/msi: Use WARN_ON() in msi bitmap selftests X-Git-Tag: fixes-against-v3.18-rc2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a77f2bdbdef289a02bd02fac483a9350e039705;p=pandora-kernel.git powerpc/msi: Use WARN_ON() in msi bitmap selftests As demonstrated in the previous commit, the failure message from the msi bitmap selftests is a bit subtle, it's easy to miss a failure in a busy boot log. So drop our check() macro and use WARN_ON() instead. This necessitates inverting all the conditions as well. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed