git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0182bd2
)
[IRDA] irda-usb: use NULL instead of 0
author
Randy Dunlap
<rdunlap@xenotime.net>
Sun, 7 May 2006 01:34:10 +0000
(18:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 7 May 2006 01:34:10 +0000
(18:34 -0700)
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>
No differences found