From: Tony Luck Date: Thu, 10 May 2007 16:39:41 +0000 (-0700) Subject: [IA64] Fix warnings resulting from type-checking in dev_dbg() X-Git-Tag: v2.6.22-rc1~24^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ef30ca4a0b7f8c0efc97a4a1355a4c4300c2ff;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed