Re: [PATCH 7/7] drm/msm: drop modeset sanity checks

From: Johan Hovold
Date: Tue Sep 13 2022 - 03:53:51 EST


On Mon, Sep 12, 2022 at 09:06:28PM +0300, Dmitry Baryshkov wrote:
> On 12/09/2022 18:40, Johan Hovold wrote:
> > Drop the overly defensive modeset sanity checks of function parameters
> > which have already been checked or used by the callers.
> >
> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
>
> Again, please split into dp and dsi patches. After that:

Sure, if you prefer. But without the stable-tree argument I think
there's little point in splitting.

> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
>
> > ---
> > drivers/gpu/drm/msm/dp/dp_display.c | 7 +------
> > drivers/gpu/drm/msm/dsi/dsi.c | 7 +------
> > 2 files changed, 2 insertions(+), 12 deletions(-)

Johan