commit | 59b608c2c33feacc8be281ec3ba9ca2a3a5cb9a7 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Feb 01 17:03:59 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Feb 02 17:08:25 2009 +1100 |
tree | 7fa81c83037fbd69f6b4c2014cc69bdc7f9bdbf2 | |
parent | 309ea626b164f2abba8e639b3eb6f2e5d34708b9 [diff] |
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 <benh@kernel.crashing.org>