[media] tda18271: Fix identation
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 26 Nov 2014 15:26:09 +0000 (12:26 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Dec 2014 15:55:05 +0000 (13:55 -0200)
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>
drivers/media/tuners/tda18271-common.c

index 86e5e31101186ef37b30055b9f43e0725fc7ba01..a26bb33102b8cfebe2dcda7711965ce8f6efbc5f 100644 (file)
@@ -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)