]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: rpaphp: kmalloc/kfree slot->name directly
authorAlex Chiang <achiang@hp.com>
Mon, 20 Oct 2008 23:41:43 +0000 (17:41 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Oct 2008 23:42:42 +0000 (16:42 -0700)
commitb2132fecca02fa05d509ba4c8c1e51dee6ccd003
treee72d872b26c2380b3e5fc20c5ed535122c63b688
parente1acb24f059defdaa0264e925f19cc21b0a3e592
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>
drivers/pci/hotplug/rpaphp_slot.c