mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue