From: Randy Dunlap Date: Sun, 7 May 2006 01:34:10 +0000 (-0700) Subject: [IRDA] irda-usb: use NULL instead of 0 X-Git-Tag: v2.6.17-rc4~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb1bd210d94e9f2c87551d794bb2755e5e24eed;p=pandora-kernel.git [IRDA] irda-usb: use NULL instead of 0 Use NULL instead of 0 for a null pointer value (sparse warning): drivers/net/irda/irda-usb.c:1781:30: warning: Using plain integer as NULL pointer Also, correct timeout argument to use milliseconds instead of jiffies. Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed