commit | 0eb1bd210d94e9f2c87551d794bb2755e5e24eed | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Sat May 06 18:34:10 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat May 06 18:34:10 2006 -0700 |
tree | 710c9b897f46c07b855aaa51611ad2e7f9a74908 | |
parent | 0182bd2b1e2fb45a55f110795bfdb9aa5f6c6b0b [diff] |
[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 <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>