Re: [PATCH v3 4/5] drm: mxsfb: Print failed bus format in hex

2021-10-12 Thread Stefan Agner
On 2021-10-11 15:41, Guido Günther wrote: > media-bus-formats.h has them in hexadecimal as well so matching with > that file saves one conversion when debugging. > > Signed-off-by: Guido Günther > Reviewed-by: Lucas Stach > Reviewed-by: Robert Foss Acked-by: Stefan Agner > --- >

Re: [PATCH v3 4/5] drm: mxsfb: Print failed bus format in hex

2021-10-11 Thread Laurent Pinchart
Hi Guido, Thank you for the patch. On Mon, Oct 11, 2021 at 03:41:26PM +0200, Guido Günther wrote: > media-bus-formats.h has them in hexadecimal as well so matching with > that file saves one conversion when debugging. > > Signed-off-by: Guido Günther > Reviewed-by: Lucas Stach > Reviewed-by:

[PATCH v3 4/5] drm: mxsfb: Print failed bus format in hex

2021-10-11 Thread Guido Günther
media-bus-formats.h has them in hexadecimal as well so matching with that file saves one conversion when debugging. Signed-off-by: Guido Günther Reviewed-by: Lucas Stach Reviewed-by: Robert Foss --- drivers/gpu/drm/mxsfb/mxsfb_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff