OSDN Git Service

clk: sunxi-ng: sun9i-a80: Fix wrong pointer passed to PTR_ERR()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 6 Feb 2017 16:09:26 +0000 (16:09 +0000)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 6 Feb 2017 23:01:29 +0000 (15:01 -0800)
commit09bdcd6e1784da3d14b3b8d4b6760610dffeb269
treeb365d2d441e8ad96a878968cb92beef42fc33644
parentf3f1ea34fe18c781c67c1b2fdba4c622e97bcf55
clk: sunxi-ng: sun9i-a80: Fix wrong pointer passed to PTR_ERR()

PTR_ERR should access the value just tested by IS_ERR, otherwise
the wrong error code will be returned.

Fixes: 783ab76ae553 ("clk: sunxi-ng: Add A80 Display Engine CCU")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c