commit | 07b2fbb565e2df7ccc41e5c977b19f5f1f9fe013 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri May 29 17:56:09 2020 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 01 12:03:22 2020 -0500 |
tree | 2b81f70bf6be369f18bae61e7c45ecd12d41c575 | |
parent | af10cce7ad515aa819ee8a4ef6777c28b19ddfb7 [diff] |
PCI/AER: Use "aer" variable for capability offset Previously we used "pos" or "aer_pos" for the offset of the AER Capability. Use "aer" consistently and initialize it the same way everywhere. No functional change intended. Link: https://lore.kernel.org/r/20200529230915.GA479883@bjorn-Precision-5520 Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>