Re: [PATCH] staging: most: Use NULL pointer not plain integer

2018-07-24 Thread Greg Kroah-Hartman
On Mon, Jul 23, 2018 at 11:54:29AM +0100, Laurence Rochfort wrote: > Fix sparse warning: Using plain integer as NULL pointer > > Signed-off-by: Laurence Rochfort > --- > drivers/staging/most/dim2/dim2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This patch does not apply to my

[PATCH] staging: most: Use NULL pointer not plain integer

2018-07-23 Thread Laurence Rochfort
Fix sparse warning: Using plain integer as NULL pointer Signed-off-by: Laurence Rochfort --- drivers/staging/most/dim2/dim2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/dim2/dim2.c b/drivers/staging/most/dim2/dim2.c index fe90a7c..31fbc1a 100644 ---