commit | 61eee41ae135517392d05cbf1177523a02f12727 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Fri Apr 07 11:22:42 2017 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Apr 20 08:47:47 2017 -0500 |
tree | 76e346d05f86c5e8060031e466367909881a422b | |
parent | 2bea36fd1af440e1853e431459a0bf929266cd52 [diff] |
ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range() We know we are within a valid MMIO BAR by the time this function gets called; there's no need to check. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Tested-by: Tony Luck <tony.luck@intel.com>