[PATCH 13/30] ACPI-processor: Delete an unnecessary initialisation in acpi_processor_ppc_notifier()

2016-09-10 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 6 Sep 2016 19:06:18 +0200 The local variable "ppc" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring ---

[PATCH 13/30] ACPI-processor: Delete an unnecessary initialisation in acpi_processor_ppc_notifier()

2016-09-10 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 6 Sep 2016 19:06:18 +0200 The local variable "ppc" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring --- drivers/acpi/processor_perflib.c | 2 +- 1 file changed, 1