commit | dca40b186b757c7f9a05f870f69e0dfaeca59d7b | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Wed Apr 12 13:25:57 2017 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Apr 20 08:47:47 2017 -0500 |
tree | 187dad1f59b103b44b0554d155eb5c8145d5d341 | |
parent | e854d8b2a82ef76521ad2bed68211fde0511d417 [diff] |
PCI: Use BAR index in sysfs attr->private instead of resource pointer We store the pointer, and then on *every* use of it we loop over the device's resources to find out the index. That's kind of silly. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>