1
0
Fork 0

caif: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
Fabian Frederick 2014-07-14 18:36:36 +02:00 committed by David S. Miller
parent 6c4c170105
commit 1f7a316f9b
1 changed files with 0 additions and 1 deletions

View File

@ -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: