Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e5481f authored by Dan Carpenter's avatar Dan Carpenter Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: video/saa7134: remove duplicate break



The original code had two break statements in a row.

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Acked-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent bbe4690f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -822,7 +822,6 @@ int saa7134_input_init1(struct saa7134_dev *dev)
		mask_keyup   = 0x020000;
		polling      = 50; /* ms */
		break;
	break;
	}
	if (NULL == ir_codes) {
		printk("%s: Oops: IR config error [card=%d]\n",