media: staging: media: zoran: Fixes a checkpatch.pl error in videocodec.c

ERROR: do not initialise statics to NULL

Signed-off-by: claudiojpaz <claudiojpaz@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
claudiojpaz 2019-03-09 12:50:00 -05:00 committed by Mauro Carvalho Chehab
parent 49dc762cff
commit 3f7f41d706

View File

@ -63,7 +63,7 @@ struct codec_list {
struct codec_list *next;
};
static struct codec_list *codeclist_top = NULL;
static struct codec_list *codeclist_top;
/* ================================================= */
/* function prototypes of the master/slave interface */