aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/cfctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/caif/cfctrl.c')
-rw-r--r--net/caif/cfctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/caif/cfctrl.c b/net/caif/cfctrl.c
index 0f455227da83..f5afda1abc76 100644
--- a/net/caif/cfctrl.c
+++ b/net/caif/cfctrl.c
@@ -547,7 +547,6 @@ static int cfctrl_recv(struct cflayer *layer, struct cfpkt *pkt)
547 default: 547 default:
548 pr_err("Unrecognized Control Frame\n"); 548 pr_err("Unrecognized Control Frame\n");
549 goto error; 549 goto error;
550 break;
551 } 550 }
552 ret = 0; 551 ret = 0;
553error: 552error: