media: media/usb: don't set description in 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:
Hans Verkuil
2019-06-11 09:48:54 -04:00
committed by Mauro Carvalho Chehab
부모 4747bd0f41
커밋 009cb7d579
24개의 변경된 파일14개의 추가작업 그리고 120개의 파일을 삭제

파일 보기

@@ -64,7 +64,6 @@ struct tm6000_input {
*/
struct tm6000_fmt {
char *name;
u32 fourcc; /* v4l2 format id */
int depth;
};