Re: [PATCHv5 2/5] Staging: most: mostcore/core.c. Fix Using plain integer as NULL pointer warnings

2015-08-04 Thread Sudip Mukherjee
On Tue, Aug 04, 2015 at 08:44:52PM +0200, Adrian Remonda wrote: This patch fixes the warning generated by sparse: Using plain integer as NULL pointer by replacing the offending 0 with NULL. Signed-off-by: Adrian Remonda adrianremo...@gmail.com --- drivers/staging/most/mostcore/core.c | 2

[PATCHv5 2/5] Staging: most: mostcore/core.c. Fix Using plain integer as NULL pointer warnings

2015-08-04 Thread Adrian Remonda
This patch fixes the warning generated by sparse: Using plain integer as NULL pointer by replacing the offending 0 with NULL. Signed-off-by: Adrian Remonda adrianremo...@gmail.com --- drivers/staging/most/mostcore/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git