diff options
author | 2020-09-21 03:45:22 +0000 | |
---|---|---|
committer | 2020-10-13 19:54:30 -0700 | |
commit | eff06bd5e5f63b14ea1ad97fbb07bd41d92d323d (patch) | |
tree | ebf34850108f94ce244b0fb515dde82d1068c131 /drivers/usb/cdns3/cdns3-imx.c | |
parent | Linux 5.9-rc1 (diff) | |
download | linux-dev-eff06bd5e5f63b14ea1ad97fbb07bd41d92d323d.tar.xz linux-dev-eff06bd5e5f63b14ea1ad97fbb07bd41d92d323d.zip |
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 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions