Re: [PATCH] ACPI: APD: remove redundant assignment to pointer clk

2019-07-05 Thread Rafael J. Wysocki
On Tuesday, July 2, 2019 3:10:29 PM CEST Colin King wrote: > From: Colin Ian King > > The pointer clk is being initialized with a value that is never > read and it is being updated later with a new value. The > initialization is redundant and can be removed. > > Addresses-Coverity: ("Unused valu

[PATCH] ACPI: APD: remove redundant assignment to pointer clk

2019-07-02 Thread Colin King
From: Colin Ian King The pointer clk is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/acpi/acpi_apd.c | 2 +- 1