diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-29 14:38:59 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 11:03:01 +0200 |
commit | 2b257d18f02dc2894ccb94fdb0f305ca0ded6376 (patch) | |
tree | 9253ec88fe4d7c9e4547ea4b76295703d6ed0fb2 /drivers/media/dvb-frontends/tda1004x.c | |
parent | [media] mantis: remove dead code (diff) | |
download | linux-2b257d18f02dc2894ccb94fdb0f305ca0ded6376.tar.xz linux-2b257d18f02dc2894ccb94fdb0f305ca0ded6376.zip |
[media] tda1004x: fix identation
drivers/media/dvb-frontends/tda1004x.c:653 tda10046_init() warn: inconsistent indenting
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda1004x.c')
-rw-r--r-- | drivers/media/dvb-frontends/tda1004x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda1004x.c b/drivers/media/dvb-frontends/tda1004x.c index a2631be7ffac..d2b8ecbea81e 100644 --- a/drivers/media/dvb-frontends/tda1004x.c +++ b/drivers/media/dvb-frontends/tda1004x.c @@ -650,7 +650,7 @@ static int tda10046_init(struct dvb_frontend* fe) if (tda10046_fwupload(fe)) { printk("tda1004x: firmware upload failed\n"); - return -EIO; + return -EIO; } // tda setup |