Re: [PATCH] drm/panel: s6e63m0: Depromote debug prints

2021-05-10 Thread Daniel Vetter
On Mon, May 10, 2021 at 01:09:27AM +0200, Linus Walleij wrote: > On Sun, Mar 14, 2021 at 12:09 AM Linus Walleij > wrote: > > > The dev_info():s in the DSI driver are very talkative, > > depromote these to dev_dbg(). > > > > Signed-off-by: Linus Walleij > > Could someone show mercy on this patc

Re: [PATCH] drm/panel: s6e63m0: Depromote debug prints

2021-05-09 Thread Linus Walleij
On Sun, Mar 14, 2021 at 12:09 AM Linus Walleij wrote: > The dev_info():s in the DSI driver are very talkative, > depromote these to dev_dbg(). > > Signed-off-by: Linus Walleij Could someone show mercy on this patch and apply it? Pretty please. Patch reviews offered in return. Yours, Linus Wall

[PATCH] drm/panel: s6e63m0: Depromote debug prints

2021-03-13 Thread Linus Walleij
The dev_info():s in the DSI driver are very talkative, depromote these to dev_dbg(). Signed-off-by: Linus Walleij --- drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c b/d