commit | f8c9660bfe17100a27ca4cf28f957a25cb420255 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Sep 15 16:05:06 2020 +0800 |
committer | Andes <uboot@andestech.com> | Wed Sep 30 08:54:38 2020 +0800 |
tree | b0826e85ac75bfaa0b245daa56d199d1b9b321be | |
parent | 08bff30d5d15ddeb1da82d112b8b98d1cac06889 [diff] |
ram: sifive: Check return value on clk_enable() The return value should be checked otherwise it's useless to assign the return value to 'ret'. Signed-off-by: Bin Meng <bin.meng@windriver.com>