Skip to content
Commit 1f70e079 authored by Wei Yongjun's avatar Wei Yongjun Committed by Rob Clark
Browse files

drm/msm: fix return value check in ERR_PTR()



In case of error, the function drm_prime_pages_to_sg() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
parent 19872533
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment