From: Randy Dunlap Date: Wed, 29 Nov 2006 21:15:17 +0000 (-0800) Subject: [PATCH] sundance: use NULL for pointer X-Git-Tag: v2.6.20-rc1~34^2~40^2~463^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca79eb7e7a1855947864952fcd878a5ae7b5c92;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed