git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58674f
)
PCI: Remove unnecessary check for pcie_get_mps() failure
author
Yijing Wang
<wangyijing@huawei.com>
Thu, 22 Aug 2013 03:24:45 +0000
(11:24 +0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 22 Aug 2013 16:47:03 +0000
(10:47 -0600)
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>
No differences found