Wei Yongjun 55c19eee3b clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
In case of error, the function dev_get_regmap() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.

Fixes: 81ac38847a1d ("clk: qcom: Add APCS clock controller support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2018-03-12 15:14:24 -07:00
..
2018-01-02 10:00:24 -08:00
2015-07-07 17:19:58 -07:00
2017-11-01 23:43:42 -07:00
2017-01-09 16:33:26 -08:00
2016-03-04 12:53:53 -08:00
2016-03-04 12:53:53 -08:00