summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25821
diff options
context:
space:
mode:
authorLeonid V. Fedorenchik2011-10-22 06:43:30 +0200
committerMauro Carvalho Chehab2011-11-24 21:49:40 +0100
commit744992c01162d8a51e667454bd7a886b6e28008e (patch)
tree2e2e4a886905763ff2dd1aa9ce20abc1734e0d87 /drivers/media/video/cx25821
parent[media] cx25821-audio.h: Fix multiline defines (diff)
downloadkernel-qcow2-linux-744992c01162d8a51e667454bd7a886b6e28008e.tar.gz
kernel-qcow2-linux-744992c01162d8a51e667454bd7a886b6e28008e.tar.xz
kernel-qcow2-linux-744992c01162d8a51e667454bd7a886b6e28008e.zip
[media] cx25821-cards.c: Fix indent
Fix indent of statement to use tab instead of spaces. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r--drivers/media/video/cx25821/cx25821-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25821/cx25821-cards.c b/drivers/media/video/cx25821/cx25821-cards.c
index 6ace60313b49..99988c988095 100644
--- a/drivers/media/video/cx25821/cx25821-cards.c
+++ b/drivers/media/video/cx25821/cx25821-cards.c
@@ -67,6 +67,6 @@ void cx25821_card_setup(struct cx25821_dev *dev)
if (dev->i2c_bus[0].i2c_rc == 0) {
dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
tveeprom_read(&dev->i2c_bus[0].i2c_client, eeprom,
- sizeof(eeprom));
+ sizeof(eeprom));
}
}