IB: Remove unnecessary semicolons

These aren't necessary after switch blocks.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
Joe Perches
2013-10-08 16:07:22 -07:00
committed by Roland Dreier
vanhempi 4a10c2ac2f
commit 2b50176d11
5 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa

Näytä tiedosto

@@ -357,7 +357,7 @@ static int mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq)
mthca_warn(dev, "Unhandled event %02x(%02x) on EQ %d\n",
eqe->type, eqe->subtype, eq->eqn);
break;
};
}
set_eqe_hw(eqe);
++eq->cons_index;