[PATCH] staging: bcm2835: do not initialise statics to NULL

2017-01-31 Thread Craig Kewley
This patch fixes the checkpatch.pl warning: ERROR: do not initialise statics to NULL Signed-off-by: Craig Kewley --- drivers/staging/bcm2835-audio/bcm2835.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835.c

[PATCH] staging: bcm2835: do not initialise statics to NULL

2017-01-31 Thread Craig Kewley
This patch fixes the checkpatch.pl warning: ERROR: do not initialise statics to NULL Signed-off-by: Craig Kewley --- drivers/staging/bcm2835-audio/bcm2835.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835.c