]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Fix printk warnings in setup-bus.c
authorJohann Felix Soden <johfel@users.sourceforge.net>
Fri, 22 Aug 2008 18:25:10 +0000 (20:25 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 9 Sep 2008 18:43:38 +0000 (11:43 -0700)
commit62e99f3b3dd11c80bb6ffcb19422676aa1848b65
tree9b8530303fb13fab447ea3c4dba4a7853222ce39
parent59743149ce2cbcf3ba3346b1455c7315b42e2f80
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 <johfel@users.sourceforge.net>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c