ERROR: do not initialise statics to NULL Signed-off-by: claudiojpaz <claudiojpaz@xxxxxxxxx> --- drivers/staging/media/zoran/videocodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/zoran/videocodec.c b/drivers/staging/media/zoran/videocodec.c index 4427ae7126e2..044ef8455ba8 100644 --- a/drivers/staging/media/zoran/videocodec.c +++ b/drivers/staging/media/zoran/videocodec.c @@ -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 */ -- 2.20.1