Re: [PATCH] drm: fix error found in some cases after the patch d1af5cd86997

2021-12-02 Thread Claudio Suarez
On Tue, Nov 30, 2021 at 09:38:11AM +0100, Daniel Vetter wrote: > On Mon, Nov 29, 2021 at 08:27:45PM +0100, Claudio Suarez wrote: > > The patch d1af5cd86997 ("drm: get rid of DRM_DEBUG_* log > > calls in drm core, files drm_a*.c") fails when the drm_device > > cannot be found in the parameter plane_

Re: [PATCH] drm: fix error found in some cases after the patch d1af5cd86997

2021-11-30 Thread Daniel Vetter
On Mon, Nov 29, 2021 at 08:27:45PM +0100, Claudio Suarez wrote: > The patch d1af5cd86997 ("drm: get rid of DRM_DEBUG_* log > calls in drm core, files drm_a*.c") fails when the drm_device > cannot be found in the parameter plane_state. Fix it. > > Reported-by: kernel test robot > Fixes: d1af5cd869

[PATCH] drm: fix error found in some cases after the patch d1af5cd86997

2021-11-29 Thread Claudio Suarez
The patch d1af5cd86997 ("drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c") fails when the drm_device cannot be found in the parameter plane_state. Fix it. Reported-by: kernel test robot Fixes: d1af5cd86997 ("drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c") Si