]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/chelsio/sge.c
chelsio: useless curly braces
[linux-2.6-omap-h63xx.git] / drivers / net / chelsio / sge.c
index 6b1e857ee07eb63c84d470c075849bc6bf83df7a..ac7c46b0eeb4c9c33fdf86554b82b9d6ef7ca42e 100644 (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;