lkml.org 
[lkml]   [2005]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 05/24] V4L: Changes the prefix of msp34xx and error while reading chip version
.
- Changes the prefix to 'msp34xx' instead of 'msp3400'.
- Changes the message 'error while reading chip version' to a debug printk at
msp3400.c

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>

linux/drivers/media/video/msp3400.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff -u /tmp/dst.31930 linux/drivers/media/video/msp3400.c
--- /tmp/dst.31930 2005-09-05 11:42:41.000000000 -0300
+++ linux/drivers/media/video/msp3400.c 2005-09-05 11:42:41.000000000 -0300
@@ -1452,7 +1452,7 @@
client_template.addr = addr;

if (-1 == msp3400c_reset(&client_template)) {
- dprintk("msp3400: no chip found\n");
+ dprintk("msp34xx: no chip found\n");
return -1;
}

@@ -1478,7 +1478,7 @@
if (-1 == msp3400c_reset(c)) {
kfree(msp);
kfree(c);
- dprintk("msp3400: no chip found\n");
+ dprintk("msp34xx: no chip found\n");
return -1;
}

@@ -1488,7 +1488,7 @@
if ((-1 == msp->rev1) || (0 == msp->rev1 && 0 == msp->rev2)) {
kfree(msp);
kfree(c);
- printk("msp3400: error while reading chip version\n");
+ dprintk("msp34xx: error while reading chip version\n");
return -1;
}
\
 
 \ /
  Last update: 2005-09-05 23:52    [W:0.061 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site