Re: [PATCH 5/5] media/platform: don't set description in ENUM_FMT

2019-07-01 Thread Lad, Prabhakar
Hi Hans, Thank you for the patch. On Wed, Jun 26, 2019 at 12:27 PM Hans Verkuil wrote: > > The V4L2 core sets the format description and flags for the driver in order > to ensure consistent naming. > > So drop the strscpy of the description in drivers. Also remove any > description strings in d

Re: [PATCH 5/5] media/platform: don't set description in ENUM_FMT

2019-06-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Wed, Jun 26, 2019 at 01:27:48PM +0200, Hans Verkuil wrote: > The V4L2 core sets the format description and flags for the driver in order > to ensure consistent naming. > > So drop the strscpy of the description in drivers. Also remove any > description string

Re: [PATCH 5/5] media/platform: don't set description in ENUM_FMT

2019-06-26 Thread Benoit Parrot
Hans Verkuil wrote on Wed [2019-Jun-26 13:27:48 +0200]: > The V4L2 core sets the format description and flags for the driver in order > to ensure consistent naming. > > So drop the strscpy of the description in drivers. Also remove any > description strings in driver-internal structures since th

[PATCH 5/5] media/platform: don't set description in ENUM_FMT

2019-06-26 Thread Hans Verkuil
The V4L2 core sets the format description and flags for the driver in order to ensure consistent naming. So drop the strscpy of the description in drivers. Also remove any description strings in driver-internal structures since those are no longer needed. Signed-off-by: Hans Verkuil Cc: Laurent