commit | d97552cf002d9a9244656c1677f63b02e9ab16b0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 15 21:27:38 2020 +0100 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | 97b67323cd28bb19aec03f7590a07ad7450cba0d | |
parent | eaacccc08e23511f49f72c740bfba5084c55adad [diff] |
clk: ICS8N3QV01 remove superfluous code Do not calculate a unused value of n which is overwritten in both branches of the subsequent if statement. Identified by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Lukasz Majewski <lukma@denx.de>