upstream: [media] au8522: cleanup s-video settings at setup_decoder_defaults()
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 8 Jun 2014 16:54:54 +0000 (13:54 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:46 +0000 (11:59 +0900)
commit42267dd07c77c4643e648b9ad08fcd828ab0f89f
tree8d2b097f63ceafe6b8da3452dff9655cea2f814b
parent1875fd0de90e2423925c48c6f483af0475821c38
upstream: [media] au8522: cleanup s-video settings at setup_decoder_defaults()

setup_decoder_defaults() doesn't really care about the input
port. All it needs to know is if the input port is s-video or
not.

As the caller function already knows that, just pass a boolean
instead.

Backports http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=65c8820912d9
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/au8522_decoder.c