commit | 202127031a14f244c15ae4434993d36bd10a439c | [log] [tgz] |
---|---|---|
author | Mike Qiu <qiudayu@linux.vnet.ibm.com> | Mon Aug 12 02:15:36 2013 -0400 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 15:33:16 2013 +1000 |
tree | 16b66ff8f9d1fdb0dfc9a1f4dba33634c459a71a | |
parent | 5ba840ec54be71ed01ba5d18e30d6678ea27f2c6 [diff] |
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>