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:
79c63e1
)
drivers/telephony/ixj: cleanup and fix gcc warning
author
Jeff Garzik
<jeff@garzik.org>
Tue, 17 Jul 2007 05:35:08 +0000
(
01:35
-0400)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 17 Jul 2007 20:18:00 +0000
(16:18 -0400)
1) Fix gcc uninit'd var warnings by adding 'default' switch stmt labels
in two cases. It was lightning-strikes unlikely that a problem would
ever arise, but not impossible.
2) Tighten the scope of 'blankword' in two cases.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found