diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-11 14:21:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:09 -0500 |
commit | fd2f26771b14a321f4003366fdf99a2484fa6b2a (patch) | |
tree | 22b566b4999bd8f37355d81378b93f668d6efbba | |
parent | b1b168e62390b720e46271937355edba0a6e30bf (diff) |
V4L/DVB (3444): Saa7134: small whitespace cleanup
- matched indents on quotes within a printk
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 4071313cc45f..e9172e114974 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -3368,9 +3368,9 @@ int saa7134_board_init1(struct saa7134_dev *dev) | |||
3368 | break; | 3368 | break; |
3369 | case SAA7134_BOARD_MD5044: | 3369 | case SAA7134_BOARD_MD5044: |
3370 | printk("%s: seems there are two different versions of the MD5044\n" | 3370 | printk("%s: seems there are two different versions of the MD5044\n" |
3371 | "%s: (with the same ID) out there. If sound doesn't work for\n" | 3371 | "%s: (with the same ID) out there. If sound doesn't work for\n" |
3372 | "%s: you try the audio_clock_override=0x200000 insmod option.\n", | 3372 | "%s: you try the audio_clock_override=0x200000 insmod option.\n", |
3373 | dev->name,dev->name,dev->name); | 3373 | dev->name,dev->name,dev->name); |
3374 | break; | 3374 | break; |
3375 | case SAA7134_BOARD_CINERGY400_CARDBUS: | 3375 | case SAA7134_BOARD_CINERGY400_CARDBUS: |
3376 | /* power-up tuner chip */ | 3376 | /* power-up tuner chip */ |