commit | 0207c356ef0e2bae6ce4603080d42c130d7debc6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Wed Nov 04 10:32:52 2009 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 04 13:06:44 2009 -0800 |
tree | 504e801b50b3a0a3782f1749e72468c84e788cf7 | |
parent | 2a6bed8301f8b019717504575a3f9c6cce1fe271 [diff] |
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 <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>