diff options
author | Colin Ian King <[email protected]> | 2019-08-16 14:43:20 -0700 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2019-08-21 00:00:36 +0200 |
commit | 189c7213f4c5decddfe5969e28a1ce0bcae28cb1 (patch) | |
tree | 7cbc93d319f3b4a3b67a6b2d7887aa538666cc51 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff) |
ACPICA: Debugger: remove redundant assignment on obj_desc
ACPICA commit f530f1acb3128136ad97c715fdaebbbeff283ee2
Pointer obj_desc 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")
Link: https://github.com/acpica/acpica/commit/f530f1ac
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Erik Schmauss <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions