drivers/telephony/ixj: cleanup and fix gcc warning
authorJeff Garzik <jeff@garzik.org>
Tue, 17 Jul 2007 05:35:08 +0000 (01:35 -0400)
committerJeff 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