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

drm/msm/hdmi: use PTR_ERR_OR_ZERO() to simplify the code



Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR.

Generated by: scripts/coccinelle/api/ptr_ret.cocci

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