From: Alex Chiang Date: Mon, 20 Oct 2008 23:41:43 +0000 (-0600) Subject: PCI: rpaphp: kmalloc/kfree slot->name directly X-Git-Tag: v2.6.28-rc1~29^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2132fecca02fa05d509ba4c8c1e51dee6ccd003;p=pandora-kernel.git 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 Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed