]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] sonixj: fix bad indenting
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 18:05:28 +0000 (15:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:11:05 +0000 (06:11 -0300)
drivers/media/usb/gspca/sonixj.c:1792 expo_adjust() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/gspca/sonixj.c

index c69b45d7cfbf3995281ce1ede849a6b761474d77..fd1c8706d86a8ca03d617ae0c0e94704258a7373 100644 (file)
@@ -1789,7 +1789,7 @@ static u32 expo_adjust(struct gspca_dev *gspca_dev,
 
                if (expo > 0x03ff)
                        expo = 0x03ff;
-                if (expo < 0x0001)
+               if (expo < 0x0001)
                        expo = 0x0001;
                gainOm[3] = expo >> 2;
                i2c_w8(gspca_dev, gainOm);