]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[IA64] Fix warnings resulting from type-checking in dev_dbg()
authorTony Luck <tony.luck@intel.com>
Thu, 10 May 2007 16:39:41 +0000 (09:39 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 10 May 2007 16:39:41 +0000 (09:39 -0700)
commit34ef30ca4a0b7f8c0efc97a4a1355a4c4300c2ff
tree03b180d602746ce732121d2878596bb1e8af7448
parent8ee4dc393b90c4bce313ef1044d068b9e68e1b5f
[IA64] Fix warnings resulting from type-checking in dev_dbg()

Lots of places where we passed a "struct pci_device *" rather than
a "struct device *".  One place where we used a "%s" in the format,
but forgot to provide an argument.

Acked-by: John Keller <jpk@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/io_common.c
drivers/pci/hotplug/sgi_hotplug.c