mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
[media] dvb-frontends: remove unnecessary break after goto
Cc: Antti Palosaari <crope@iki.fi> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
435fce1b6c
commit
045655a94d
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user