aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda8290.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-01-05 01:23:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-01-07 22:18:55 -0200
commit4c27f1a4da4902c70b84a8bce66f8fe909fb829b (patch)
tree2e84e9cface50b08824bbb3818c26f6937e791ae /drivers/media/common/tuners/tda8290.c
parentV4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbols (diff)
downloadlinux-dev-4c27f1a4da4902c70b84a8bce66f8fe909fb829b.tar.xz
linux-dev-4c27f1a4da4902c70b84a8bce66f8fe909fb829b.zip
V4L/DVB (10179): tda8290: Fix two sparse warnings
/home/v4l/master/v4l/tda8290.c:233:7: warning: symbol 'i' shadows an earlier one /home/v4l/master/v4l/tda8290.c:178:3: warning: symbol 'fm_mode' was not declared. Should it be static? Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/common/tuners/tda8290.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/tda8290.c b/drivers/media/common/tuners/tda8290.c
index 0ee79fd7c7a9..0e7f77f93e00 100644
--- a/drivers/media/common/tuners/tda8290.c
+++ b/drivers/media/common/tuners/tda8290.c
@@ -150,7 +150,7 @@ static void set_audio(struct dvb_frontend *fe,
}
}
-struct {
+static struct {
unsigned char seq[2];
} fm_mode[] = {
{ { 0x01, 0x81} }, /* Put device into expert mode */
@@ -207,7 +207,6 @@ static void tda8290_set_params(struct dvb_frontend *fe,
msleep(1);
if (params->mode == V4L2_TUNER_RADIO) {
- int i;
unsigned char deemphasis[] = { 0x13, 1 };
/* FIXME: allow using a different deemphasis */