Re: [PATCH v2] drm: core: Convert device logging to drm_* functions.

2020-07-20 Thread Daniel Vetter
On Sat, Jul 18, 2020 at 08:39:55PM +0530, Suraj Upadhyay wrote: > Convert device logging with dev_* functions into drm_* functions. > > The patch has been generated with the coccinelle script below. > The script focuses on instances of dev_* functions where the drm device > context is clearly visi

[PATCH v2] drm: core: Convert device logging to drm_* functions.

2020-07-18 Thread Suraj Upadhyay
Convert device logging with dev_* functions into drm_* functions. The patch has been generated with the coccinelle script below. The script focuses on instances of dev_* functions where the drm device context is clearly visible in its arguments. @@expression E1; expression list E2; @@ -dev_warn(E