Re: [PATCH] watchdog: machzwd : fix warning Using plain integer as NULL pointer

2019-04-06 Thread Guenter Roeck
On 4/6/19 6:14 AM, Hariprasad Kelam wrote: Changes passing function argument 0 to NULL to avoid below sparse warning CHECK drivers/watchdog//machzwd.c drivers/watchdog//machzwd.c:321:25: warning: Using plain integer as NULL pointer Signed-off-by: Hariprasad Kelam [reluctantly] Reviewed-

Re: [PATCH] watchdog: machzwd : fix warning Using plain integer as NULL pointer

2019-04-06 Thread Mukesh Ojha
On 4/6/2019 6:44 PM, Hariprasad Kelam wrote: Changes passing function argument 0 to NULL to avoid below sparse warning CHECK drivers/watchdog//machzwd.c drivers/watchdog//machzwd.c:321:25: warning: Using plain integer as NULL pointer Signed-off-by: Hariprasad Kelam Reviewed-by: Mukesh Oj

[PATCH] watchdog: machzwd : fix warning Using plain integer as NULL pointer

2019-04-06 Thread Hariprasad Kelam
Changes passing function argument 0 to NULL to avoid below sparse warning CHECK drivers/watchdog//machzwd.c drivers/watchdog//machzwd.c:321:25: warning: Using plain integer as NULL pointer Signed-off-by: Hariprasad Kelam --- drivers/watchdog/machzwd.c | 2 +- 1 file changed, 1 insertion(+),