Skip to content
Commit 4a77f2bd authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 695911fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment