[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>
This commit is contained in:
parent
c0d5e4380f
commit
2b257d18f0
|
@ -650,7 +650,7 @@ static int tda10046_init(struct dvb_frontend* fe)
|
||||||
|
|
||||||
if (tda10046_fwupload(fe)) {
|
if (tda10046_fwupload(fe)) {
|
||||||
printk("tda1004x: firmware upload failed\n");
|
printk("tda1004x: firmware upload failed\n");
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
// tda setup
|
// tda setup
|
||||||
|
|
Loading…
Reference in New Issue