diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-22 07:28:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-06 20:44:10 -0400 |
commit | 4be1ad36683b23355f059c3386f97a4427d1a56a (patch) | |
tree | 3d7d82d878f679ed9b8ad62ac9aa1981cbac0b6d /drivers/media/video/cx231xx/cx231xx-audio.c | |
parent | 38350ba9549b8c981f58ad3d037b335cbae14c43 (diff) |
V4L/DVB (11134): cx231xx: dmesg cleanup
Remove some printk's that were needed only during development phase. Also,
cleans the printed messages to produce a nicer result.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-audio.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-audio.c b/drivers/media/video/cx231xx/cx231xx-audio.c index 0027b906f614..9ab0628b9a11 100644 --- a/drivers/media/video/cx231xx/cx231xx-audio.c +++ b/drivers/media/video/cx231xx/cx231xx-audio.c | |||
@@ -517,7 +517,7 @@ static int cx231xx_audio_init(struct cx231xx *dev) | |||
517 | bEndpointAddress); | 517 | bEndpointAddress); |
518 | 518 | ||
519 | adev->num_alt = uif->num_altsetting; | 519 | adev->num_alt = uif->num_altsetting; |
520 | cx231xx_info(": EndPoint Addr 0x%x, Alternate settings: %i\n", | 520 | cx231xx_info("EndPoint Addr 0x%x, Alternate settings: %i\n", |
521 | adev->end_point_addr, adev->num_alt); | 521 | adev->end_point_addr, adev->num_alt); |
522 | adev->alt_max_pkt_size = kmalloc(32 * adev->num_alt, GFP_KERNEL); | 522 | adev->alt_max_pkt_size = kmalloc(32 * adev->num_alt, GFP_KERNEL); |
523 | 523 | ||