Skip to content
Commit b7ea2556 authored by Baolin Wang's avatar Baolin Wang Committed by Paul Gortmaker
Browse files

clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle()



commit 9629dbda upstream.

The syscon_regmap_lookup_by_phandle() will never return NULL, thus use
IS_ERR() to validate the return value instead of IS_ERR_OR_NULL().

Fixes: d41f59fd ("clk: sprd: Add common infrastructure")
Signed-off-by: default avatarBaolin Wang <baolin.wang@linaro.org>
Link: https://lkml.kernel.org/r/1995139bee5248ff3e9d46dc715968f212cfc4cc.1570520268.git.baolin.wang@linaro.org


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 6f24a8c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment