From 65195c76a7f855c879a168937f90a27032662328 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Fri, 12 Apr 2013 12:44:15 +0000 Subject: [PATCH] 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 Signed-off-by: Bjorn Helgaas --- Reading git-format-patch failed