Skip to content

Commit

Permalink
[media] dvb-frontends: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Fabian Frederick authored and Mauro Carvalho Chehab committed Jul 23, 2014
1 parent 435fce1 commit 045655a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/dvb-frontends/af9013.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ static int af9013_statistics_snr_result(struct dvb_frontend *fe)
break;
default:
goto err;
break;
}

for (i = 0; i < len; i++) {
Expand Down

0 comments on commit 045655a

Please sign in to comment.