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-video.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-video.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-video.c b/drivers/media/video/cx231xx/cx231xx-video.c index 9b89a91e0c2a..254d2281bfcd 100644 --- a/drivers/media/video/cx231xx/cx231xx-video.c +++ b/drivers/media/video/cx231xx/cx231xx-video.c | |||
@@ -2353,8 +2353,6 @@ int cx231xx_register_analog_devices(struct cx231xx *dev) | |||
2353 | { | 2353 | { |
2354 | int ret; | 2354 | int ret; |
2355 | 2355 | ||
2356 | cx231xx_info("%s()\n", __func__); | ||
2357 | |||
2358 | cx231xx_info("%s: v4l2 driver version %d.%d.%d\n", | 2356 | cx231xx_info("%s: v4l2 driver version %d.%d.%d\n", |
2359 | dev->name, | 2357 | dev->name, |
2360 | (CX231XX_VERSION_CODE >> 16) & 0xff, | 2358 | (CX231XX_VERSION_CODE >> 16) & 0xff, |