diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-10-18 17:03:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:19 +0100 |
commit | ddbee1c6e2b2fb2318281a144b7be536f843da24 (patch) | |
tree | 172cd47d7146c69384fba3df977e3c4a9e1f295d /drivers/media/dvb/frontends/stb6100.c | |
parent | V4L/DVB (9425): Initialize at 90MHz itself (diff) | |
download | linux-ddbee1c6e2b2fb2318281a144b7be536f843da24.tar.xz linux-ddbee1c6e2b2fb2318281a144b7be536f843da24.zip |
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.c | 1 |
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) default: dprintk(verbose, FE_NOTICE, 1, "symbol rate unknown!"); srate = 22000000; /* just a typical default value */ + break; } /* Baseband gain. */ |