From: Kevin Hao Date: Sat, 25 May 2013 11:36:26 +0000 (+0800) Subject: PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~10^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ddef25b24a6159e78fb53c1b13336914ff1154;p=pandora-kernel.git PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base() Since we will invoke pcibios_bus_to_resource() unconditionally if we don't goto fail, move it out of if/else wrap. No function change. Signed-off-by: Kevin Hao Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed