summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-29 09:38:59 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-01 06:03:01 -0300
commit2b257d18f02dc2894ccb94fdb0f305ca0ded6376 (patch)
tree9253ec88fe4d7c9e4547ea4b76295703d6ed0fb2
parentc0d5e4380fa611e60eff8f0356f8401843936af2 (diff)
downloadop-kernel-dev-2b257d18f02dc2894ccb94fdb0f305ca0ded6376.zip
op-kernel-dev-2b257d18f02dc2894ccb94fdb0f305ca0ded6376.tar.gz
[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>
-rw-r--r--drivers/media/dvb-frontends/tda1004x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda1004x.c b/drivers/media/dvb-frontends/tda1004x.c
index a2631be..d2b8ecb 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
OpenPOWER on IntegriCloud