commit | f784c41f9c764bcbccd4b48330bf01a82d8eae8e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Jan 30 12:12:48 2018 -0600 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Tue Jan 30 15:26:15 2018 -0600 |
tree | d4cbaeed57b46233f9a0038a6e0b20450a1e9eb2 | |
parent | f5ec5a0737afd28416a5b45b4ffe0465920baec7 [diff] |
PCI/DPC: Remove unnecessary RP PIO register structs We read and immediately print the RP PIO log registers. We don't save them, so there's no need to define structs for them. Remove the structs and read the registers into local variables instead. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Sinan Kaya <okaya@codeaurora.org>