diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-29 00:12:43 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-03-04 10:43:04 +0100 |
commit | 966f58df1753b436c9e16644c4c683a2395beb45 (patch) | |
tree | cbefdbb281207b0321cbc20c05a172080cbbea65 /drivers/pci/controller/pci-host-generic.c | |
parent | 98d54f81e36ba3bf92172791eba5ca5bd813989b (diff) |
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>
Diffstat (limited to 'drivers/pci/controller/pci-host-generic.c')
0 files changed, 0 insertions, 0 deletions