media: media/pci: don't set description for ENUM_FMT
The V4L2 core sets the description 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 <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
009cb7d579
commit
2169e6daa1
@@ -32,7 +32,6 @@ struct saa7146_video_dma {
|
||||
#define FORMAT_IS_PLANAR 0x2
|
||||
|
||||
struct saa7146_format {
|
||||
char *name;
|
||||
u32 pixelformat;
|
||||
u32 trans;
|
||||
u8 depth;
|
||||
|
Reference in New Issue
Block a user