Re: [PATCH 06/15] drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()

From: Fernando Ramos
Date: Fri Sep 17 2021 - 18:34:22 EST


> > int err = 0;
> > + int ret;
>
> You can use err here instead.

Done!