drm/msm/dpu: Fix variable dereferenced before check
authorsunliming <sunliming@kylinos.cn>
Thu, 23 Jun 2022 01:27:07 +0000 (09:27 +0800)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Thu, 23 Jun 2022 17:34:36 +0000 (10:34 -0700)
commiteb174bd875ae504cdc1b5b209da288fffb1e5128
treef5ccf2410948aadeff45a16459696b0526e081df
parent0769d0a7ae3c26c0f2210578f83b3d1b30391601
drm/msm/dpu: Fix variable dereferenced before check

Fixes the following smatch warning:

drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:261
dpu_encoder_phys_wb_atomic_check() warn: variable dereferenced before check 'conn_state'

Fixes: d7d0e73f7de3 ("drm/msm/dpu: introduce the dpu_encoder_phys_* for writeback")
Signed-off-by: sunliming <sunliming@kylinos.cn>
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/490850/
Link: https://lore.kernel.org/r/20220623012707.453972-1-sunliming@kylinos.cn
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c