提交 17992979 编写于 作者: M Mauro Carvalho Chehab

[media] bcm3510: fix handling of VSB16 modulation

There's a missing break for VSB16 modulation logic, with would
cause it to return -EINVAL, instead of handling it.

Fix it.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 bd7e31bb
...@@ -538,6 +538,7 @@ static int bcm3510_set_frontend(struct dvb_frontend *fe) ...@@ -538,6 +538,7 @@ static int bcm3510_set_frontend(struct dvb_frontend *fe)
cmd.ACQUIRE0.MODE = 0x9; cmd.ACQUIRE0.MODE = 0x9;
cmd.ACQUIRE1.SYM_RATE = 0x0; cmd.ACQUIRE1.SYM_RATE = 0x0;
cmd.ACQUIRE1.IF_FREQ = 0x0; cmd.ACQUIRE1.IF_FREQ = 0x0;
break;
default: default:
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册