]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx24110: Simplify error handling at cx24110_set_fec()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 5 Nov 2014 12:00:45 +0000 (10:00 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 5 Nov 2014 12:00:45 +0000 (10:00 -0200)
commitbe6e072d28f2e4380abe64d9fed4a5555197a4c7
treed6985e67ace677061a4800bc63bfd762474bd78b
parent340308e0de238c93415b2d3c655bc367a41c2c5b
[media] cx24110: Simplify error handling at cx24110_set_fec()

move the return to happen before the logic. This way, we can
avoid one extra identation.

This also fixes an identation issue on this function.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/cx24110.c