From: Bjorn Helgaas Date: Wed, 4 Nov 2009 17:32:52 +0000 (-0700) Subject: PCI: replace pr_debug with dev_dbg X-Git-Tag: v2.6.33-rc1~321^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0207c356ef0e2bae6ce4603080d42c130d7debc6;p=pandora-kernel.git PCI: replace pr_debug with dev_dbg Since we have a struct device, we might as well use dev_printk. Note that both pr_debug() and dev_dbg() are completely compiled out unless DEBUG or DYNAMIC_DEBUG is defined. Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed