Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a415783bbb9fba7be2eeaeb5e3e08262bd3d64a1
Commit:     a415783bbb9fba7be2eeaeb5e3e08262bd3d64a1
Parent:     e6c1df5581320720b8212a543e055e19d46f32bb
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 11:28:33 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Apr 27 15:44:17 2007 -0300

    V4L/DVB (5388): Ivtv warning fix
    
    drivers/media/video/ivtv/ivtv-i2c.c:547: warning: initializer-string for 
array of chars is too long
    drivers/media/video/ivtv/ivtv-i2c.c:547: warning: (near initialization for 
'ivtv_i2c_client_template.name')
    
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/ivtv/ivtv-i2c.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/ivtv/ivtv-i2c.c 
b/drivers/media/video/ivtv/ivtv-i2c.c
index 696af35..82ff665 100644
--- a/drivers/media/video/ivtv/ivtv-i2c.c
+++ b/drivers/media/video/ivtv/ivtv-i2c.c
@@ -544,7 +544,7 @@ static struct i2c_algo_bit_data ivtv_i2c_algo_template = {
 };
 
 static struct i2c_client ivtv_i2c_client_template = {
-       .name = "ivtv internal use only",
+       .name = "ivtv internal",
 };
 
 int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void 
*arg)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to