Re: [PATCH] drivers:staging:wilc1000 Fix comparison to NULL messages

2015-11-18 Thread Bogicevic Sasa
On 11/18, Sudip Mukherjee wrote: On Tue, Nov 17, 2015 at 09:01:28PM +0100, Bogicevic Sasa wrote: This fixes all "Comparison to NULL could be written like..." messages from checkpatch.pl Signed-off-by: Bogicevic Sasa --- drivers/staging/wilc1000/coreconfigurator.c | 10 +- 1 file chang

Re: [PATCH] drivers:staging:wilc1000 Fix comparison to NULL messages

2015-11-17 Thread Sudip Mukherjee
On Tue, Nov 17, 2015 at 09:01:28PM +0100, Bogicevic Sasa wrote: > This fixes all "Comparison to NULL could be written like..." > messages from checkpatch.pl > > Signed-off-by: Bogicevic Sasa > --- > drivers/staging/wilc1000/coreconfigurator.c | 10 +- > 1 file changed, 5 insertions(+), 5

[PATCH] drivers:staging:wilc1000 Fix comparison to NULL messages

2015-11-17 Thread Bogicevic Sasa
This fixes all "Comparison to NULL could be written like..." messages from checkpatch.pl Signed-off-by: Bogicevic Sasa --- drivers/staging/wilc1000/coreconfigurator.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/dri