On Thu, 28 Mar 2024 at 16:35, Bjorn Andersson <[email protected]> wrote: > > From: Bjorn Andersson <[email protected]> > > The members of struct dp_debug are no longer used, so the only purpose > of this struct is as a type of the return value of dp_debug_get(), to > signal success/error. > > Drop the struct in favor of signalling the result of initialization > using an int, then merge dp_debug_get() with dp_debug_init() to avoid > the unnecessar boilerplate code. > > Signed-off-by: Bjorn Andersson <[email protected]> > --- > drivers/gpu/drm/msm/dp/dp_debug.c | 59 > +++++++++++-------------------------- > drivers/gpu/drm/msm/dp/dp_debug.h | 38 +++++++----------------- > drivers/gpu/drm/msm/dp/dp_display.c | 10 ++----- > 3 files changed, 31 insertions(+), 76 deletions(-)
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
