Skip to content

Commit

Permalink
caif: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Fabian Frederick authored and davem330 committed Jul 15, 2014
1 parent 6c4c170 commit 1f7a316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/caif/cfctrl.c
Original file line number Diff line number Diff line change
@@ -547,7 +547,6 @@ static int cfctrl_recv(struct cflayer *layer, struct cfpkt *pkt)
default:
pr_err("Unrecognized Control Frame\n");
goto error;
break;
}
ret = 0;
error:

0 comments on commit 1f7a316

Please sign in to comment.