mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
[media] sonixj: fix bad indenting
drivers/media/usb/gspca/sonixj.c:1792 expo_adjust() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user