]> www.infradead.org Git - users/hch/misc.git/commitdiff
media: staging: media: zoran: Fixes a checkpatch.pl error in videocodec.c
authorclaudiojpaz <claudiojpaz@gmail.com>
Sat, 9 Mar 2019 17:50:00 +0000 (12:50 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 19 Mar 2019 20:36:58 +0000 (16:36 -0400)
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>
drivers/staging/media/zoran/videocodec.c

index 4427ae7126e2084c60643bc5d0cef28bc3ceb464..044ef8455ba8296bc61d175fb0a8bc98779a766b 100644 (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 */