commit | 65195c76a7f855c879a168937f90a27032662328 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Fri Apr 12 12:44:15 2013 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Apr 15 14:30:44 2013 -0600 |
tree | 7e14a4d39aee2a3c48afc45362ab76d8a446c1c5 | |
parent | 64b001758e778b2b1aad08aa1f6c5896da5f5773 [diff] |
PCI: Clean up quirk_io_region Before every call of quirk_io_region(), pci_read_config_word() is called. We can fold that call into quirk_io_region() to make code more readable. [bhelgaas: changelog, fill bus_region directly rather than copying from res] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>