summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2015-02-17llmnr-query: Add simple LLMNR query programTobias Klauser1-0/+1
2015-02-17Add .gitignoreTobias Klauser1-0/+2
'submit' value='reload'/>
authorBjorn Helgaas <bhelgaas@google.com>2016-04-25 15:59:50 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-04-25 15:59:50 -0500
commitc20e128030caf0537d5e906753eac1c28fefdb75 (patch)
treedcc068d254a6040254555e0747d863fc68f035bc
parentca620723d4ff9ea7ed484eab46264c3af871b9ae (diff)
alpha/PCI: Call iomem_is_exclusive() for IORESOURCE_MEM, but not IORESOURCE_IO
The alpha pci_mmap_resource() is used for both IORESOURCE_MEM and IORESOURCE_IO resources, but iomem_is_exclusive() is only applicable for IORESOURCE_MEM. Call iomem_is_exclusive() only for IORESOURCE_MEM resources, and do it earlier to match the generic version of pci_mmap_resource(). Fixes: 10a0ef39fbd1 ("PCI/alpha: pci sysfs resources") Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Diffstat