]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: mkimage: remove (left-over) assignment w/o effect [coverity]
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 19 Apr 2017 13:09:04 +0000 (15:09 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:03 +0000 (16:49 -0400)
commit8e95947f528df814d676d21880a41476c990dae9
treee8bcdbe7b4d6367771df5fb0671520fa8029fd23
parentf87448a08ce7e39f26b80fc17eefd912f16c9242
rockchip: mkimage: remove (left-over) assignment w/o effect [coverity]

An assignment (of a value to itself) was left over (after removing and
addition from the line) from moving the common padding code into
rkcommon_vrec_header.

This change removes this to avoid a spurious warning in static code
analysis (i.e. Coverity).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: Coverity (CID: 161418)
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/rkcommon.c