summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cx25821/cx25821-medusa-video.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-07-04 15:37:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 15:20:11 -0300
commit3e9442c6f1d50bce083c5870f293647efbd6f828 (patch)
tree4ade709023816ced81c03c544cbceca012f8e280 /drivers/staging/cx25821/cx25821-medusa-video.c
parente986bf1edfec3e0063d02caa55a4d85d50f28c59 (diff)
downloadop-kernel-dev-3e9442c6f1d50bce083c5870f293647efbd6f828.zip
op-kernel-dev-3e9442c6f1d50bce083c5870f293647efbd6f828.tar.gz
V4L/DVB: cx25821: Fix bad whitespacing
Should use tabs for identation, and not whitespace Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/cx25821/cx25821-medusa-video.c')
-rw-r--r--drivers/staging/cx25821/cx25821-medusa-video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cx25821/cx25821-medusa-video.c b/drivers/staging/cx25821/cx25821-medusa-video.c
index 09fd119..ef9f2b8 100644
--- a/drivers/staging/cx25821/cx25821-medusa-video.c
+++ b/drivers/staging/cx25821/cx25821-medusa-video.c
@@ -830,8 +830,8 @@ int medusa_video_init(struct cx25821_dev *dev)
value = cx25821_i2c_read(&dev->i2c_bus[0], AFE_AB_DIAG_CTRL, &tmp);
value &= 0x83FFFFFF;
ret_val =
- cx25821_i2c_write(&dev->i2c_bus[0], AFE_AB_DIAG_CTRL,
- value | 0x10000000);
+ cx25821_i2c_write(&dev->i2c_bus[0], AFE_AB_DIAG_CTRL,
+ value | 0x10000000);
if (ret_val < 0)
goto error;
OpenPOWER on IntegriCloud