From: Dan Carpenter Date: Tue, 3 Sep 2013 09:13:47 +0000 (+0300) Subject: qlcnic: remove a stray semicolon X-Git-Tag: v3.12-rc1~132^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cc4a6784dfe26cd1aca55ef28b07eadbc09b960;p=platform%2Fkernel%2Flinux-exynos.git qlcnic: remove a stray semicolon Just remove a small semicolon. Signed-off-by: Dan Carpenter Acked-by: Himanshu Madhani Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c index 332aa71..4d7ad00 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c @@ -1709,7 +1709,7 @@ qlcnic_set_dump(struct net_device *netdev, struct ethtool_dump *val) qlcnic_dev_request_reset(adapter, val->flag); adapter->flags &= ~QLCNIC_FW_RESET_OWNER; break; -; + case QLCNIC_SET_QUIESCENT: case QLCNIC_RESET_QUIESCENT: state = QLC_SHARED_REG_RD32(adapter, QLCNIC_CRB_DEV_STATE);