[media] cx23885: fix bad indentation

drivers/media/pci/cx23885/altera-ci.c:762 altera_ci_init() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2015-04-29 20:29:10 -03:00
parent ee120ae03b
commit d5fbbb762b

View file

@ -759,7 +759,7 @@ int altera_ci_init(struct altera_ci_config *config, int ci_nr)
if (0 != ret)
goto err;
inter->state[ci_nr - 1] = state;
inter->state[ci_nr - 1] = state;
altera_hw_filt_init(config, ci_nr);