Re: [PATCH] Staging: most: Use NULL instead of zero

2015-08-19 Thread Christian Gromm
On Wed, 19 Aug 2015 11:17:09 +0530 Ronit Halder wrote: > This patch fixes the warning generated by sparse > "Using plain integer as NULL pointer" by using NULL > instead of zero. > > Signed-off-by: Ronit halder Acked-by: Christian Gromm > --- > drivers/staging/most/aim-network/networking.c |

Re: [PATCH] Staging: most: Use NULL instead of zero

2015-08-19 Thread Christian Gromm
On Wed, 19 Aug 2015 11:17:09 +0530 Ronit Halder ronit@gmail.com wrote: This patch fixes the warning generated by sparse Using plain integer as NULL pointer by using NULL instead of zero. Signed-off-by: Ronit halder ronit@gmail.com Acked-by: Christian Gromm

[PATCH] Staging: most: Use NULL instead of zero

2015-08-18 Thread Ronit Halder
This patch fixes the warning generated by sparse "Using plain integer as NULL pointer" by using NULL instead of zero. Signed-off-by: Ronit halder --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] Staging: most: Use NULL instead of zero

2015-08-18 Thread Ronit Halder
This patch fixes the warning generated by sparse Using plain integer as NULL pointer by using NULL instead of zero. Signed-off-by: Ronit halder ronit@gmail.com --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git