[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)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 19 Jun 2014 16:27:06 +0000 (13:27 -0300)
commit65c8820912d9469de75e5c607cefda92f11e3d2f
tree9172a69831f5dec2201f95dd739aea5988c55e8e
parentd289cdf022c5bebf09c73097404aa9faf2211381
[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.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/au8522_decoder.c