commit | d533d061defb4641d6e86275c1c8aff8e0fdafea | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Apr 19 15:09:04 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 16:49:03 2017 -0400 |
tree | e8bcdbe7b4d6367771df5fb0671520fa8029fd23 | |
parent | e53abba7062bedff9440996b75305f95db691c39 [diff] |
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>