Re: [PATCH] drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()

2022-08-23 Thread Abhinav Kumar
On 8/22/2022 10:22 AM, Dmitry Baryshkov wrote: Follow up the merge of address fields and drop the variable that became unused after the commit 9403f9a42c88 ("drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_map"). Fixes: 9403f9a42c88 ("drm/msm/dpu: merge base_off with blk_off

Re: [PATCH] drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()

2022-08-22 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-08-22 10:22:04) > Follow up the merge of address fields and drop the variable that became > unused after the commit 9403f9a42c88 ("drm/msm/dpu: merge base_off with > blk_off in struct dpu_hw_blk_reg_map"). > > Fixes: 9403f9a42c88 ("drm/msm/dpu: merge base_off with blk

[PATCH] drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()

2022-08-22 Thread Dmitry Baryshkov
Follow up the merge of address fields and drop the variable that became unused after the commit 9403f9a42c88 ("drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_map"). Fixes: 9403f9a42c88 ("drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_map") Signed-off-by: Dmit