提交 7d18dbdd 编写于 作者: W Wei Ming Chen 提交者: Jakub Kicinski
上级 8a7cb245
...@@ -795,6 +795,7 @@ static void process_incoming (struct fs_dev *dev, struct queue *q) ...@@ -795,6 +795,7 @@ static void process_incoming (struct fs_dev *dev, struct queue *q)
switch (STATUS_CODE (qe)) { switch (STATUS_CODE (qe)) {
case 0x1: case 0x1:
/* Fall through for streaming mode */ /* Fall through for streaming mode */
fallthrough;
case 0x2:/* Packet received OK.... */ case 0x2:/* Packet received OK.... */
if (atm_vcc) { if (atm_vcc) {
skb = pe->skb; skb = pe->skb;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册