]> git.baikalelectronics.ru Git - kernel.git/commit
[media] au8522: move input_mode out one level
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 8 Jun 2014 16:54:51 +0000 (13:54 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 19 Jun 2014 16:25:00 +0000 (13:25 -0300)
commita7585e6e0133a8d750090523e2cdf99728872fee
treeb78948dd57196a131318a5e91b6ee29f664b1810
parente2d47e5d2f8096ae768bd9233d38e796c8d69613
[media] au8522: move input_mode out one level

The input mode is used not only inside the setup_decoder_defaults()
but also at au8522_*_mode routines.

So, move it one level up. As an advantage, we can now group the
function that sets the input into just one.

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