Re: [PATCH] staging: greybus: bundle.c fix comparison to NULL

2019-03-17 Thread Greg Kroah-Hartman
On Mon, Mar 04, 2019 at 06:06:36PM +0100, Dominik Adamski wrote: > Fix checkpatch issue: > Comparison to NULL could be written "!bundle->state" > > Signed-off-by: Dominik Adamski > --- > drivers/staging/greybus/bundle.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dr

[PATCH] staging: greybus: bundle.c fix comparison to NULL

2019-03-04 Thread Dominik Adamski
Fix checkpatch issue: Comparison to NULL could be written "!bundle->state" Signed-off-by: Dominik Adamski --- drivers/staging/greybus/bundle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/bundle.c b/drivers/staging/greybus/bundle.c index e97b2b87ba4