From: bjorn.helgaas@hp.com Date: Mon, 17 Dec 2007 21:09:38 +0000 (-0700) Subject: PCI: print quirk name in debug messages X-Git-Tag: v2.6.25-rc1~1074^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f23ed3b947746a7a270e955e7d2a8f9df347ce3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed