Commit 3f7f41d7 authored by claudiojpaz's avatar claudiojpaz Committed by Mauro Carvalho Chehab

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

ERROR: do not initialise statics to NULL
Signed-off-by: default avatarclaudiojpaz <claudiojpaz@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 49dc762c
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment