From: Benjamin Herrenschmidt Date: Sun, 1 Feb 2009 17:03:59 +0000 (+0000) Subject: powerpc: Fix oops on some machines due to incorrect pr_debug() X-Git-Tag: v2.6.29-rc4~67^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b608c2c33feacc8be281ec3ba9ca2a3a5cb9a7;p=pandora-kernel.git powerpc: Fix oops on some machines due to incorrect pr_debug() Recently, a patch left DEBUG enabled in the powerpc common PCI code, resulting in an old bug in a pr_debug() statement to show up and cause a NULL dereference on some machines. This fixes the pr_debug() statement and reverts to DEBUG not being force-enabled in that file. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed