public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] dvb-frontends: remove unnecessary break after goto
@ 2014-07-08 17:23 Fabian Frederick
  2014-07-08 18:35 ` Antti Palosaari
  0 siblings, 1 reply; 4+ messages in thread
From: Fabian Frederick @ 2014-07-08 17:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: Fabian Frederick, Antti Palosaari, Mauro Carvalho Chehab,
	linux-media

Cc: Antti Palosaari <crope@iki.fi>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: linux-media@vger.kernel.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 drivers/media/dvb-frontends/af9013.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/af9013.c b/drivers/media/dvb-frontends/af9013.c
index fb504f1..ecf6388 100644
--- a/drivers/media/dvb-frontends/af9013.c
+++ b/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++) {
-- 
1.8.4.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-08 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 17:23 [PATCH 1/1] dvb-frontends: remove unnecessary break after goto Fabian Frederick
2014-07-08 18:35 ` Antti Palosaari
2014-07-09  2:12   ` Fabian Frederick
2014-07-08 19:57     ` [PATCH] checkpatch: Warn on break after goto or return with same tab indentation Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox