mirror of https://gitee.com/openkylin/linux.git
V4L/DVB: video/saa7134: remove duplicate break
The original code had two break statements in a row. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bbe4690f6c
commit
f0e5481f2f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue