Browse Source

[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>
Fabian Frederick 11 years ago
parent
commit
045655a94d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/dvb-frontends/af9013.c

+ 0 - 1
drivers/media/dvb-frontends/af9013.c

@@ -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++) {