mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
[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>
This commit is contained in:
parent
6f1f0e85da
commit
744992c011
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user