diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 06:43:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 21:49:40 +0100 |
commit | 744992c01162d8a51e667454bd7a886b6e28008e (patch) | |
tree | 2e2e4a886905763ff2dd1aa9ce20abc1734e0d87 /drivers/media/video/cx25821 | |
parent | [media] cx25821-audio.h: Fix multiline defines (diff) | |
download | linux-744992c01162d8a51e667454bd7a886b6e28008e.tar.xz 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.c | 2 |
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)); } } |