]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/powernv: Check OPAL elog calls exist before using
authorMichael Neuling <mikey@neuling.org>
Tue, 19 Aug 2014 04:48:01 +0000 (14:48 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 25 Sep 2014 13:14:36 +0000 (23:14 +1000)
commit7dc992ec7b3fd875b05f49f454a922ee94af330b
treec84d92499415a2c7343384dbe1bc80d54c0c951b
parent035ed26fb090ff3277900259f19d57e54da2e116
powerpc/powernv: Check OPAL elog calls exist before using

Check that the OPAL_ELOG_READ token exists before initalising the elog
infrastructure.

This avoids littering the OPAL console with:
  "OPAL: Called with bad token 74"

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/opal-elog.c