]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DCCP]: Use NULL for pointers, comfort sparse.
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 29 Mar 2006 21:58:25 +0000 (13:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2006 21:58:25 +0000 (13:58 -0800)
commit68907dad58cd7ef11536e1db6baeb98b20af91b2
tree721ab4db9371e2ea3925244227daa4ab25f12aca
parent6a57b2ee4506bb8a3d2f7ba2f62ff65ec56ba150
[DCCP]: Use NULL for pointers, comfort sparse.

From: Randy Dunlap <rdunlap@xenotime.net>

Use NULL instead of 0 for pointers.
Fix these sparse warnings:
net/dccp/feat.c:207:20: warning: Using plain integer as NULL pointer
net/dccp/feat.c:325:21: warning: Using plain integer as NULL pointer
net/dccp/feat.c:526:20: warning: Using plain integer as NULL pointer

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/feat.c