PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 15 Oct 2020 19:30:37 +0000 (14:30 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Oct 2020 16:21:12 +0000 (11:21 -0500)
commit1e8955fd832cdbe93cfec9e507e7f1b8633f00e3
tree6ea5fb96c889dcc3ef517f55ae6d44da68ee711d
parent28a1488e55432b89653b2103504fdd21cab875c1
PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info

aspm_calc_l1ss_info() needs only the L1SS Capabilities.  It doesn't need
anything else from struct aspm_register_info, so pass only the Capabilities
value.  No functional change intended.

Link: https://lore.kernel.org/r/20201015193039.12585-11-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aspm.c