drm/msm/dpu: remove unused variables new_cnt and old_cnt in dpu_encoder_phys_vid_vbla...
authorLuo Jiaxing <luojiaxing@huawei.com>
Wed, 16 Sep 2020 08:51:38 +0000 (16:51 +0800)
committerRob Clark <robdclark@chromium.org>
Tue, 22 Sep 2020 15:30:57 +0000 (08:30 -0700)
commit3c0f462da069af12211901ddf26f7e16e6951d9b
treee1fe6692e8b7bf4971d357924617f31ef6cc5bc6
parent341a361c46368fe7af30035f379071945931793e
drm/msm/dpu: remove unused variables new_cnt and old_cnt in dpu_encoder_phys_vid_vblank_irq()

We found two unused variables new_cnt and old_cnt when build kernel with
W=1.

So delete it.

Signed-off-by: Luo Jiaxing <luojiaxing@huawei.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c