mirror of https://gitee.com/openkylin/linux.git
caif: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6c4c170105
commit
1f7a316f9b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue