Skip to content
Snippets Groups Projects
Commit 7d18dbdd authored by Wei Ming Chen's avatar Wei Ming Chen Committed by Jakub Kicinski
Browse files
parent 8a7cb245
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment