[PATCH] sundance: use NULL for pointer
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 29 Nov 2006 21:15:17 +0000 (13:15 -0800)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 05:16:36 +0000 (00:16 -0500)
commitbca79eb7e7a1855947864952fcd878a5ae7b5c92
treebf89d47fee4226ef2520cba7624afa3db61328fb
parentcb8011ad53e0855ef088e0e5a4bcb98fa90c70b6
[PATCH] sundance: use NULL for pointer

Use NULL instead of 0 for pointers (cures sparse warnings).

drivers/net/sundance.c:1106:16: warning: Using plain integer as NULL pointer
drivers/net/sundance.c:1652:16: warning: Using plain integer as NULL pointer

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sundance.c