aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda18271-common.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-26 12:26:09 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-04 13:55:05 -0200
commit5836b4c3ec4d23aa9d75ad6d47bc6def310ca6b6 (patch)
treeb60aa007fcf0c3c916f71ca6ea7861597dee3168 /drivers/media/tuners/tda18271-common.c
parent[media] stv090x: remove export symbol for stv090x_set_gpio() (diff)
downloadlinux-dev-5836b4c3ec4d23aa9d75ad6d47bc6def310ca6b6.tar.xz
linux-dev-5836b4c3ec4d23aa9d75ad6d47bc6def310ca6b6.zip
[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>
Diffstat (limited to 'drivers/media/tuners/tda18271-common.c')
-rw-r--r--drivers/media/tuners/tda18271-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/tda18271-common.c b/drivers/media/tuners/tda18271-common.c
index 86e5e3110118..a26bb33102b8 100644
--- a/drivers/media/tuners/tda18271-common.c
+++ b/drivers/media/tuners/tda18271-common.c
@@ -178,7 +178,7 @@ int tda18271_read_extended(struct dvb_frontend *fe)
(i != R_EB17) &&
(i != R_EB19) &&
(i != R_EB20))
- regs[i] = regdump[i];
+ regs[i] = regdump[i];
}
if (tda18271_debug & DBG_REG)