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:

committed by
Roland Dreier

vanhempi
4a10c2ac2f
commit
2b50176d11
@@ -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;
|
||||
|
Viittaa uudesa ongelmassa
Block a user