Searched hist:"966 f58df1753b436c9e16644c4c683a2395beb45" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | acpi_video.c | diff 966f58df1753b436c9e16644c4c683a2395beb45 Sat Feb 29 01:12:43 CET 2020 Colin Ian King <colin.king@canonical.com> ACPI: video: remove redundant assignments to variable result
The variable result 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 <colin.king@canonical.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|