]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mmp: pxa910: fix return value check in pxa910_clk_init()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 17 Sep 2016 15:55:56 +0000 (15:55 +0000)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 2 Nov 2016 00:41:20 +0000 (17:41 -0700)
commit6f54e178ae35a79261f816001c141f903607b416
treee9c0b27310170fc5f4607bd60e6287e19bf3f8a9
parent4517d57d584371397d1546433c1835e187a5db87
clk: mmp: pxa910: fix return value check in pxa910_clk_init()

Fix the retrn value check which testing the wrong variable
in pxa910_clk_init().

Fixes: 88f82f8c2800 ("clk: mmp: add pxa910 DT support for clock driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mmp/clk-of-pxa910.c