commit | 8e5a395a040a7c72ec283f844eca679b924f5f01 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 07 18:21:10 2015 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Dec 10 19:38:07 2015 -0600 |
tree | cab93b4848466444e76c339fca8f8cab82e4741a | |
parent | 9f33a2ae59f24452c1076749deb615bccd435ca9 [diff] |
PCI: Simplify config space size computation Restructure the logic so we return the config space size as soon as we know it. This reduces indentation, removes negations, and removes gotos. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>