PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 14 Sep 2009 22:35:10 +0000 (16:35 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 15 Sep 2009 00:38:22 +0000 (17:38 -0700)
commitfca6825ad7382ae9df8ecda9068ac13ee9e343f4
tree2a1c1f852b049bb9f834f5cb443be39851022cc7
parentdffb4bb560ed73937a52c68c304b232c743b49f7
PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge

We always look up hotplug_params with decode_hpp() immediately before using
them, so we don't need to save them in the acpiphp_bridge struct.  This
patch follows the example of program_fw_provided_values() in pciehp_pci.c
and shpchp_pci.c by just keeping the params on the stack while we need them.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Reviewed-by: Alex Chiang <achiang@hp.com>
Reviewed-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Acked-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_glue.c