mirror of https://gitee.com/openkylin/linux.git
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 <akpm@linux-foundation.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
e6c1df5581
commit
a415783bbb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue