]> git.baikalelectronics.ru Git - kernel.git/commit
atm: nicstar: use NULL instead of 0 for pointer
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 19 Feb 2014 01:10:11 +0000 (10:10 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Feb 2014 21:39:11 +0000 (16:39 -0500)
commitd70c706d392af6e5d876d2ea414374dc9c1aa013
treea69b3c0e9c74ca832af41826ed975849a0ba96ed
parentfc6cad7a14e3617b6ce684b4816ba3e6316e21a6
atm: nicstar: use NULL instead of 0 for pointer

sparse says:

drivers/atm/nicstar.c:642:27: warning:
 Using plain integer as NULL pointer
drivers/atm/nicstar.c:644:27:
 warning: Using plain integer as NULL pointer
drivers/atm/nicstar.c:982:51:
 warning: Using plain integer as NULL pointer
drivers/atm/nicstar.c:996:51:
 warning: Using plain integer as NULL pointer

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/nicstar.c