From: Thomas Renninger Date: Tue, 17 Jan 2012 21:40:07 +0000 (+0100) Subject: ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 X-Git-Tag: v3.3-rc1~8^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd81a8710710f8bf5d1a5ebac315c842c20bdd3;p=pandora-kernel.git ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 V2: Fix typo: pr->handle -> pr, here: acpi_processor_hotadd_init(pr) This is a very small part taken from patches which afaik are coming from Yunhong Jiang (for a Xen not a Linus repo?). Cleanup only: no functional change. Advantage (beside cleanup) is that other data of the pr (acpi_processor) struct in the acpi_processor_hotadd_init() is needed later, for example a newly introduced flag: pr->flags.need_hotplug_init Signed-off-by: Thomas Renninger CC: Bjorn Helgaas CC: Jiang, Yunhong Signed-off-by: Len Brown --- Reading git-diff-tree failed