commit | 03de50ef281c3161b8ef06a2b8b497efe4c08a8a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Aug 03 23:09:49 2020 +0200 |
committer | Andes <uboot@andestech.com> | Fri Aug 14 14:39:14 2020 +0800 |
tree | 3acbff314920cf764690f4cb2ff0db575a6ee25c | |
parent | d2014d12736c4d57ab40895101d2b9bb2a3f6268 [diff] |
riscv: sifive: fu540: redundant initialization We should not initialize a variable if the value is overwritten before being read. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com> Tested-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com>