Searched hist:b2132fecca02fa05d509ba4c8c1e51dee6ccd003 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpaphp_slot.c | diff b2132fecca02fa05d509ba4c8c1e51dee6ccd003 Mon Oct 20 18:41:43 CDT 2008 Alex Chiang <achiang@hp.com> PCI: rpaphp: kmalloc/kfree slot->name directly
rpaphp tends to use slot->name directly everywhere, and doesn't ever need slot->hotplug_slot->name.
struct hotplug_slot->name is going away, so convert rpaphp directly manipulate its own slot->name everywhere, and don't bother touching slot->hotplug_slot->name.
Acked-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
|