diff options
author | Mauro Carvalho Chehab | 2009-03-22 08:28:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2009-04-06 21:44:10 -0300 |
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) { int ret; - cx231xx_info("%s()\n", __func__); - cx231xx_info("%s: v4l2 driver version %d.%d.%d\n", dev->name, (CX231XX_VERSION_CODE >> 16) & 0xff, |