Re: [PATCHv2 2/2] v4l2-ioctl.c: use new v4l2_fourcc_conv/args macros

2019-10-02 Thread Ezequiel Garcia
On Mon, 2019-09-16 at 12:04 +0200, Hans Verkuil wrote: > Use these new standard macros to log the fourcc value in a > human readable format. > > Signed-off-by: Hans Verkuil > Acked-by: Sakari Ailus > --- > drivers/media/v4l2-core/v4l2-ioctl.c | 58 +--- > 1 file changed,

[PATCHv2 2/2] v4l2-ioctl.c: use new v4l2_fourcc_conv/args macros

2019-09-16 Thread Hans Verkuil
Use these new standard macros to log the fourcc value in a human readable format. Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-ioctl.c | 58 +--- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/drivers/media/v4l2-cor