aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb6100.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-10-18 11:03:40 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:19 -0500
commitddbee1c6e2b2fb2318281a144b7be536f843da24 (patch)
tree172cd47d7146c69384fba3df977e3c4a9e1f295d /drivers/media/dvb/frontends/stb6100.c
parent3d16d19effa7870facfbeb178a484f6851423125 (diff)
V4L/DVB (9426): Add a missing break
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb6100.c')
-rw-r--r--drivers/media/dvb/frontends/stb6100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stb6100.c b/drivers/media/dvb/frontends/stb6100.c
index 426a15272e5f..386db06e4be8 100644
--- a/drivers/media/dvb/frontends/stb6100.c
+++ b/drivers/media/dvb/frontends/stb6100.c
@@ -350,6 +350,7 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
350 default: 350 default:
351 dprintk(verbose, FE_NOTICE, 1, "symbol rate unknown!"); 351 dprintk(verbose, FE_NOTICE, 1, "symbol rate unknown!");
352 srate = 22000000; /* just a typical default value */ 352 srate = 22000000; /* just a typical default value */
353 break;
353 } 354 }
354 355
355 /* Baseband gain. */ 356 /* Baseband gain. */