commit | 01b37f851ca150554496fd6e79c6d9a67992a2c0 | [log] [tgz] |
---|---|---|
author | Du Changbin <changbin.du@gmail.com> | Sat Oct 13 08:49:19 2018 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jan 30 10:44:18 2019 -0600 |
tree | 61688a67f0f54a5070e4cec064baebfc682fbb0b | |
parent | 51c48b310183ab6ba5419edfc6a8de889cc04521 [diff] |
PCI: Make pci_size() return real BAR size Currently, the pci_size() function actually returns 'size-1'. Make it return real size to avoid confusion. Signed-off-by: Du Changbin <changbin.du@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>