Commit 045655a9 authored by Fabian Frederick's avatar Fabian Frederick Committed by Mauro Carvalho Chehab

[media] dvb-frontends: remove unnecessary break after goto

Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 435fce1b
...@@ -470,7 +470,6 @@ static int af9013_statistics_snr_result(struct dvb_frontend *fe) ...@@ -470,7 +470,6 @@ static int af9013_statistics_snr_result(struct dvb_frontend *fe)
break; break;
default: default:
goto err; goto err;
break;
} }
for (i = 0; i < len; i++) { for (i = 0; i < len; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment