]> git.baikalelectronics.ru Git - uboot.git/commit
ram: sifive: Check return value on clk_enable()
authorBin Meng <bin.meng@windriver.com>
Tue, 15 Sep 2020 08:05:06 +0000 (16:05 +0800)
committerAndes <uboot@andestech.com>
Wed, 30 Sep 2020 00:54:38 +0000 (08:54 +0800)
commite812ac3442db6738703f869234ab7a1125c75600
treeb0826e85ac75bfaa0b245daa56d199d1b9b321be
parent700a757d63992c2cbbc2c34fc3caaf4a680546cd
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>
drivers/ram/sifive/fu540_ddr.c