From: Johann Felix Soden Date: Fri, 22 Aug 2008 18:25:10 +0000 (+0200) Subject: PCI: Fix printk warnings in setup-bus.c X-Git-Tag: v2.6.27-rc7~29^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bc88701be91e7f631ad31418b32392aa952e9b;p=pandora-kernel.git PCI: Fix printk warnings in setup-bus.c Again, the cleaned up code introduced some resource warnings: drivers/pci/setup-bus.c: In function 'pci_bus_dump_res': drivers/pci/setup-bus.c:542: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'resource_size_t' drivers/pci/setup-bus.c:542: warning: format '%llx' expects type 'long long unsigned int', but argument 6 has type 'resource_size_t' Fix those up too. Signed-off-by: Johann Felix Soden Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed