Re: [PATCH] Do not initialise statics to NULL

2017-02-10 Thread Greg Kroah-Hartman
On Thu, Feb 09, 2017 at 09:57:49PM +, William Stevenson wrote: > This patch fixes a checkpatch.pl error in bcm2835.c > > ERROR: do not initialise statics to NULL > > Signed-off-by: William Stevenson Does not apply to my tree :( ___ devel mailing l

[PATCH] Do not initialise statics to NULL

2017-02-09 Thread William Stevenson
This patch fixes a checkpatch.pl error in bcm2835.c ERROR: do not initialise statics to NULL Signed-off-by: William Stevenson --- drivers/staging/bcm2835-audio/bcm2835.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835.c b/drivers/st