aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx/cx231xx-audio.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-22 08:28:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 21:44:10 -0300
commit4be1ad36683b23355f059c3386f97a4427d1a56a (patch)
tree3d7d82d878f679ed9b8ad62ac9aa1981cbac0b6d /drivers/media/video/cx231xx/cx231xx-audio.c
parent38350ba9549b8c981f58ad3d037b335cbae14c43 (diff)
downloadkernel_samsung_smdk4412-4be1ad36683b23355f059c3386f97a4427d1a56a.zip
kernel_samsung_smdk4412-4be1ad36683b23355f059c3386f97a4427d1a56a.tar.gz
kernel_samsung_smdk4412-4be1ad36683b23355f059c3386f97a4427d1a56a.tar.bz2
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.c2
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 0027b90..9ab0628 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)
bEndpointAddress);
adev->num_alt = uif->num_altsetting;
- cx231xx_info(": EndPoint Addr 0x%x, Alternate settings: %i\n",
+ cx231xx_info("EndPoint Addr 0x%x, Alternate settings: %i\n",
adev->end_point_addr, adev->num_alt);
adev->alt_max_pkt_size = kmalloc(32 * adev->num_alt, GFP_KERNEL);