Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-22 Thread Dan Carpenter
On Sat, Sep 05, 2015 at 09:21:58PM +0200, Anders Fridlund wrote: > I resent it since no one responded to it for 10 days. From what I came > to understand that is the common practice. If that is not the case I'm > sorry (and please let me know so I don't do it again). > 10 days is too short.

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-22 Thread Dan Carpenter
On Sat, Sep 05, 2015 at 09:21:58PM +0200, Anders Fridlund wrote: > I resent it since no one responded to it for 10 days. From what I came > to understand that is the common practice. If that is not the case I'm > sorry (and please let me know so I don't do it again). > 10 days is too short.

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-05 Thread Greg KH
On Sat, Sep 05, 2015 at 09:21:58PM +0200, Anders Fridlund wrote: > I resent it since no one responded to it for 10 days. From what I came > to understand that is the common practice. If that is not the case I'm > sorry (and please let me know so I don't do it again). That's fine to do, but at

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-05 Thread Anders Fridlund
I resent it since no one responded to it for 10 days. From what I came to understand that is the common practice. If that is not the case I'm sorry (and please let me know so I don't do it again). Cheers, Anders Fridlund On Thu, Sep 3, 2015 at 6:41 PM, Greg KH wrote: > On Sat, Aug 29, 2015 at

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-05 Thread Greg KH
On Sat, Sep 05, 2015 at 09:21:58PM +0200, Anders Fridlund wrote: > I resent it since no one responded to it for 10 days. From what I came > to understand that is the common practice. If that is not the case I'm > sorry (and please let me know so I don't do it again). That's fine to do, but at

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-05 Thread Anders Fridlund
I resent it since no one responded to it for 10 days. From what I came to understand that is the common practice. If that is not the case I'm sorry (and please let me know so I don't do it again). Cheers, Anders Fridlund On Thu, Sep 3, 2015 at 6:41 PM, Greg KH wrote:

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-03 Thread Greg KH
On Sat, Aug 29, 2015 at 01:53:49PM +0200, Anders Fridlund wrote: > Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 > with NULL in the assignment. > > Signed-off-by: Anders Fridlund > --- > drivers/staging/most/aim-network/networking.c | 2 +- > 1 file changed, 1

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-03 Thread Greg KH
On Thu, Aug 20, 2015 at 12:12:51AM +0200, Anders Fridlund wrote: > Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 > with NULL in the assignment. > > Signed-off-by: Anders Fridlund > --- > drivers/staging/most/aim-network/networking.c | 2 +- > 1 file changed, 1

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-03 Thread Greg KH
On Thu, Aug 20, 2015 at 12:12:51AM +0200, Anders Fridlund wrote: > Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 > with NULL in the assignment. > > Signed-off-by: Anders Fridlund > --- > drivers/staging/most/aim-network/networking.c | 2 +- >

Re: [PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-09-03 Thread Greg KH
On Sat, Aug 29, 2015 at 01:53:49PM +0200, Anders Fridlund wrote: > Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 > with NULL in the assignment. > > Signed-off-by: Anders Fridlund > --- > drivers/staging/most/aim-network/networking.c | 2 +- >

[PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-08-29 Thread Anders Fridlund
Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 with NULL in the assignment. Signed-off-by: Anders Fridlund --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/aim-network/networking.c

[PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-08-29 Thread Anders Fridlund
Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 with NULL in the assignment. Signed-off-by: Anders Fridlund anders.fridl...@gmail.com --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-08-19 Thread Anders Fridlund
Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 with NULL in the assignment. Signed-off-by: Anders Fridlund --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/aim-network/networking.c

[PATCH] staging: most: Use NULL instead of 0 in assignment of pointer

2015-08-19 Thread Anders Fridlund
Fix sparse warning 'Using plain integer as NULL pointer' by replacing 0 with NULL in the assignment. Signed-off-by: Anders Fridlund anders.fridl...@gmail.com --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git