Commit d5fbbb76 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] cx23885: fix bad indentation

drivers/media/pci/cx23885/altera-ci.c:762 altera_ci_init() warn: inconsistent indenting
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ee120ae0
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment