PCI: pciehp: Rename pcie_isr() locals for clarity
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 8 Sep 2016 22:30:38 +0000 (17:30 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 12 Sep 2016 17:26:07 +0000 (12:26 -0500)
commita8499f20d30e0f9632017fd27a8f1d8c146a6a33
tree2d3245d71f31cc1307df009cd97bc45c6527654e
parent8b7c8b46f111ae56df4fd196fcb0fd2495f3b966
PCI: pciehp: Rename pcie_isr() locals for clarity

Rename "detected" and "intr_loc" to "status" and "events" for clarity.
"status" is the value we read from the Slot Status register; "events" is
the set of hot-plug events we need to process.  No functional change
intended.

Tested-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pci/hotplug/pciehp_hpc.c