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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */