Staging: most: Use NULL instead of zero
authorRonit Halder <ronit.crj@gmail.com>
Wed, 19 Aug 2015 05:47:09 +0000 (11:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:32 +0000 (18:24 -0700)
commit1865e4ea0b2d9889e5e1f93d5ca69194857cc9f0
tree5f511966cbd39e2847d0546aac12931c1f31a4c7
parent858e1a27c1c58f5a1dd0ba58ce28c80bf5095d0b
Staging: most: Use NULL instead of zero

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.crj@gmail.com>
Acked-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/aim-network/networking.c
This page took 0.024517 seconds and 5 git commands to generate.