Skip to content

Commit

Permalink
V4L/DVB (4795): Tda826x: use correct max frequency
Browse files Browse the repository at this point in the history
sparse "defined twice" warning

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Alexey Dobriyan authored and Mauro Carvalho Chehab committed Nov 13, 2006
1 parent 088406b commit d027c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/tda826x.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static struct dvb_tuner_ops tda826x_tuner_ops = {
.info = {
.name = "Philips TDA826X",
.frequency_min = 950000,
.frequency_min = 2175000
.frequency_max = 2175000
},
.release = tda826x_release,
.sleep = tda826x_sleep,
Expand Down

0 comments on commit d027c4d

Please sign in to comment.