]> Pileus Git - ~andy/linux/commit
V4L/DVB (6920): tuner: fix backwards logic in check for set_config
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 24 Dec 2007 19:05:39 +0000 (16:05 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:23 +0000 (19:04 -0200)
commit67d52e29032dd2f21d4080331f47a21205f337f6
tree0503e4c5d82f92536054cf68544e66f3f33a0a71
parentde7234bb05a8498c5092385d3f1dd9e73cd332d0
V4L/DVB (6920): tuner: fix backwards logic in check for set_config

tuner-core was checking if analog_ops->set_config is set.  If set, it would
complain that it isn't.  Fix this backwards logic to the proper behavior.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-core.c