[media] tda18271: Fix identation
As reported by smatch: drivers/media/tuners/tda18271-common.c:176 tda18271_read_extended() warn: if statement not indented Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
a2ea556117
commit
5836b4c3ec
|
@ -178,7 +178,7 @@ int tda18271_read_extended(struct dvb_frontend *fe)
|
||||||
(i != R_EB17) &&
|
(i != R_EB17) &&
|
||||||
(i != R_EB19) &&
|
(i != R_EB19) &&
|
||||||
(i != R_EB20))
|
(i != R_EB20))
|
||||||
regs[i] = regdump[i];
|
regs[i] = regdump[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tda18271_debug & DBG_REG)
|
if (tda18271_debug & DBG_REG)
|
||||||
|
|
Loading…
Reference in New Issue