commit | 10c463a7a3b96285133c37e230781a1274abbd31 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sun Mar 18 22:46:26 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jan 24 21:09:39 2013 -0700 |
tree | ac7b4fcf495c14828464d81de6d9e144b967c2ad | |
parent | 3ecd9d01f7dffd5a2291267ba0410e1826c87530 [diff] |
PCI: Kill pci_is_reassigndev() pci_reassigndev_resource_alignment() is the only user of pci_is_reassigndev(). If we just use pci_specified_resource_alignment() directly, we only need to call it once instead of twice, and we can get rid of pci_is_reassigndev() altogether. No functional change. [bhelgaas: changelog] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>