chelsio: useless curly braces

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
Francois Romieu
2006-12-11 23:49:13 +01:00
committed by Jeff Garzik
parent 356bd1460d
commit d7487421b6
4 changed files with 5 additions and 8 deletions

View File

@@ -2195,9 +2195,8 @@ struct sge * __devinit t1_sge_create(struct adapter *adapter,
if (adapter->params.nports > 1) {
tx_sched_init(sge);
sge->espibug_timer.function = espibug_workaround_t204;
} else {
} else
sge->espibug_timer.function = espibug_workaround;
}
sge->espibug_timer.data = (unsigned long)sge->adapter;
sge->espibug_timeout = 1;