commit | f67577118d1154154cf3c1d96f870c4da13846b4 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Thu Aug 22 11:24:45 2013 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 22 10:47:03 2013 -0600 |
tree | 0631144a66491913792b4b7676d9824cdd4092a1 | |
parent | a58674ff8383f5b8f6a77f03c48f6a47840b9325 [diff] |
PCI: Remove unnecessary check for pcie_get_mps() failure After 59875ae489 ("PCI/core: Use PCI Express Capability accessors"), pcie_get_mps() never returns an error, so don't bother to check for it. No functional change. [bhelgaas: changelog, fix pcie_get_mps() doc] Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>