]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 7 Apr 2017 09:22:42 +0000 (11:22 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Apr 2017 13:47:47 +0000 (08:47 -0500)
commit61eee41ae135517392d05cbf1177523a02f12727
tree76e346d05f86c5e8060031e466367909881a422b
parent2bea36fd1af440e1853e431459a0bf929266cd52
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>
arch/ia64/pci/pci.c