On Tue, 20 Feb 2024 at 21:54, Abhinav Kumar <[email protected]> wrote: > > Currently the size parameter of drm_dp_vsc_sdp_pack() is always > the size of struct dp_sdp. Hence lets drop this parameter and > use sizeof() directly. > > Suggested-by: Dmitry Baryshkov <[email protected]> > Signed-off-by: Abhinav Kumar <[email protected]> > --- > drivers/gpu/drm/display/drm_dp_helper.c | 8 ++------ > drivers/gpu/drm/i915/display/intel_dp.c | 3 +-- > include/drm/display/drm_dp_helper.h | 3 +-- > 3 files changed, 4 insertions(+), 10 deletions(-)
Thank you! Acked-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
