From: Mike Qiu Date: Mon, 12 Aug 2013 06:15:36 +0000 (-0400) Subject: powerpc/eeh: powerpc/eeh: Fix undefined variable X-Git-Tag: v3.12-rc1~123^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202127031a14f244c15ae4434993d36bd10a439c;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed