powerpc/eeh: powerpc/eeh: Fix undefined variable
authorMike Qiu <qiudayu@linux.vnet.ibm.com>
Mon, 12 Aug 2013 06:15:36 +0000 (02:15 -0400)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 05:33:16 +0000 (15:33 +1000)
commit202127031a14f244c15ae4434993d36bd10a439c
tree16b66ff8f9d1fdb0dfc9a1f4dba33634c459a71a
parent5ba840ec54be71ed01ba5d18e30d6678ea27f2c6
powerpc/eeh: powerpc/eeh: Fix undefined variable

changes for V4:
- changes the type of frozen_pe_no from %d to %llu
  in pr_devel()

'pe_no' hasn't been defined, it should be an typo error,
it should be 'frozen_pe_no'.

Also '__func__' has missed in IODA_EEH_DBG(),

For safety reasons, use pr_devel() directly, instead
of use IODA_EEH_DBG()

Signed-off-by: Mike Qiu <qiudayu@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powernv/eeh-ioda.c