| commit | 9f23ed3b947746a7a270e955e7d2a8f9df347ce3 | [log] [tgz] |
|---|---|---|
| author | bjorn.helgaas@hp.com <bjorn.helgaas@hp.com> | Mon Dec 17 14:09:38 2007 -0700 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 15:04:26 2008 -0800 |
| tree | a8a4168f5c27c299429036c3f2cb169a094280bf | |
| parent | e64aeccbeca1f7e22174ca3a12ec35a8f5566515 [diff] |
PCI: print quirk name in debug messages
Instead of printing this:
PCI: Calling quirk c023b250 for 0000:00:00.0
we can print this:
pci 0000:00:00.0: calling quirk 0xc023b270: quirk_cardbus_legacy+0x0/0x30()
The address is superfluous because sprint_symbol() includes the
address if the symbol lookup fails, but this is the same style used
in do_initcalls() and pnp_fixup_device().
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>