提交 045655a9 编写于 作者: F Fabian Frederick 提交者: Mauro Carvalho Chehab

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

Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册