commit | 0d480db85dea59e1393c3968fbdac0117431e797 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Jul 17 01:35:08 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Jul 17 16:18:00 2007 -0400 |
tree | 662d51f4cec6e216ce873037d8a132fa62c4446b | |
parent | 79c63e1976df035dee587c016d79cbccb130494a [diff] |
drivers/telephony/ixj: cleanup and fix gcc warning 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>