Skip to content
Commit b424f73b authored by Wang Hai's avatar Wang Hai Committed by Stephen Boyd
Browse files

clk: lmk04832: fix return value check in lmk04832_probe()



In case of error, the function devm_kzalloc() and devm_kcalloc() return
NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.

Fixes: 3bc61cfd ("clk: add support for the lmk04832")
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWang Hai <wanghai38@huawei.com>
Link: https://lore.kernel.org/r/20210630020322.2555946-1-wanghai38@huawei.com


Reviewed-by: default avatarLiam Beguin <lvb@xiphos.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent b1f24771
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