]> Pileus Git - ~andy/linux/commit
PCI: Fix types in pbus_size_io()
authorWei Yang <weiyang@linux.vnet.ibm.com>
Fri, 2 Aug 2013 09:31:05 +0000 (17:31 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 2 Aug 2013 22:15:32 +0000 (16:15 -0600)
commit11251a869e84b2a3224955fe149dd33a16805cbf
treeb59499a37f9470c0ea7fa8b207a699a50f4897bb
parent496f70cf6507be96397d319b1b7d3946d51d9932
PCI: Fix types in pbus_size_io()

This patch changes the type of "size" to resource_size_t and makes the
corresponding dev_printk() change.

[bhelgaas: changelog]
Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/setup-bus.c