Commit d5a721c9 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller

atm: remove unneeded semicolon

remove unneeded semicolon.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f95f96a4
...@@ -1070,7 +1070,7 @@ static int fs_open(struct atm_vcc *atm_vcc) ...@@ -1070,7 +1070,7 @@ static int fs_open(struct atm_vcc *atm_vcc)
RC_FLAGS_BFPS_BFP * bfp | RC_FLAGS_BFPS_BFP * bfp |
RC_FLAGS_RXBM_PSB, 0, 0); RC_FLAGS_RXBM_PSB, 0, 0);
break; break;
}; }
if (IS_FS50 (dev)) { if (IS_FS50 (dev)) {
submit_command (dev, &dev->hp_txq, submit_command (dev, &dev->hp_txq,
QE_CMD_REG_WR | QE_CMD_IMM_INQ, QE_CMD_REG_WR | QE_CMD_IMM_INQ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment