]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Don't assign or reassign immutable resources
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 1 Mar 2016 16:58:04 +0000 (10:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 8 Mar 2016 18:14:31 +0000 (12:14 -0600)
commit2ea4adf75235c14c5a52a90eb3c282383f79a86b
tree80fb32a9161785ae87d2caf2c9821b4f01b6be9a
parent63e22924f5dc08badf9870c4a52ef4e7f7cbf218
PCI: Don't assign or reassign immutable resources

IORESOURCE_PCI_FIXED means the resource can't be moved, so if it's set,
don't bother trying to assign or reassign the resource.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/setup-res.c