diff options
author | Xu Wang | 2020-09-21 03:45:22 +0000 |
---|---|---|
committer | Stephen Boyd | 2020-10-13 19:54:30 -0700 |
commit | eff06bd5e5f63b14ea1ad97fbb07bd41d92d323d (patch) | |
tree | ebf34850108f94ce244b0fb515dde82d1068c131 /Documentation/misc-devices | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
clk: clk-prima2: fix return value check in prima2_clk_init()
In case of error, the function clk_register() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Link: https://lore.kernel.org/r/20200921034522.9077-1-vulab@iscas.ac.cn
Acked-by: Barry Song <baohua@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/misc-devices')
0 files changed, 0 insertions, 0 deletions