From: Randy Dunlap Date: Sat, 13 Nov 2010 16:44:33 +0000 (-0800) Subject: PCI: sysfs: fix printk warnings X-Git-Tag: v2.6.37-rc2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25cd062b16ed1d41a157aec5a108abd6ff2e9f9;p=pandora-kernel.git PCI: sysfs: fix printk warnings Cast pci_resource_start() and pci_resource_len() to u64 for printk. drivers/pci/pci-sysfs.c:753: warning: format '%16Lx' expects type 'long long unsigned int', but argument 9 has type 'resource_size_t' drivers/pci/pci-sysfs.c:753: warning: format '%16Lx' expects type 'long long unsigned int', but argument 10 has type 'resource_size_t' Signed-off-by: Randy Dunlap Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed