diff options
author | Nicola Soranzo <nsoranzo@tiscali.it> | 2009-02-10 21:28:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:45 -0400 |
commit | a1a6ee74f2c68918f2e145dccba3637eea91a52a (patch) | |
tree | bd30e007e8903b469c785bf531527986faa6fa66 /drivers/media/video/em28xx/em28xx-i2c.c | |
parent | 7aa0eabde08259c47586df934921c67cff36e7dc (diff) |
V4L/DVB (10525): em28xx: Coding style fixes and a typo correction
Lots of coding style fixes and a typo correction for em28xx.
[dougsland@redhat.com: fixed a reject due to a change on em28xx-audio.c]
Signed-off-by: Nicola Soranzo <nsoranzo@tiscali.it>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-i2c.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index d69f0efcc9aa..2dab43d22da2 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c | |||
@@ -402,10 +402,12 @@ static int em28xx_i2c_eeprom(struct em28xx *dev, unsigned char *eedata, int len) | |||
402 | dev->name); | 402 | dev->name); |
403 | break; | 403 | break; |
404 | case 2: | 404 | case 2: |
405 | printk(KERN_INFO "%s:\tI2S audio, sample rate=32k\n", dev->name); | 405 | printk(KERN_INFO "%s:\tI2S audio, sample rate=32k\n", |
406 | dev->name); | ||
406 | break; | 407 | break; |
407 | case 3: | 408 | case 3: |
408 | printk(KERN_INFO "%s:\tI2S audio, 3 sample rates\n", dev->name); | 409 | printk(KERN_INFO "%s:\tI2S audio, 3 sample rates\n", |
410 | dev->name); | ||
409 | break; | 411 | break; |
410 | } | 412 | } |
411 | 413 | ||