mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (9426): Add a missing break
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3d16d19eff
commit
ddbee1c6e2
|
@ -350,6 +350,7 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
|
|||
default:
|
||||
dprintk(verbose, FE_NOTICE, 1, "symbol rate unknown!");
|
||||
srate = 22000000; /* just a typical default value */
|
||||
break;
|
||||
}
|
||||
|
||||
/* Baseband gain. */
|
||||
|
|
Loading…
Reference in New Issue