re: V4L/DVB (12730): Add conexant cx25821 driver

2012-06-16 Thread Dan Carpenter
Hello Palash Bandyopadhyay, The patch 02b20b0b4cde: V4L/DVB (12730): Add conexant cx25821 driver from Sep 15, 2009, leads to the following warning: drivers/media/video/cx25821/cx25821-i2c.c:310 cx25821_i2c_register() error: memcpy() 'cx25821_i2c_algo_template' too small (24 vs 64

Re: V4L/DVB (12730): Add conexant cx25821 driver

2012-06-16 Thread Dan Carpenter
Hm... There are several more places which have this same problem. I'm not sure what's going on here. drivers/media/video/saa7164/saa7164-i2c.c:112 saa7164_i2c_register() error: memcpy() 'saa7164_i2c_algo_template' too small (24 vs 64) drivers/media/video/cx23885/cx23885-i2c.c:321

RE: V4L/DVB (12730): Add conexant cx25821 driver

2012-06-16 Thread Palash Bandyopadhyay
(12730): Add conexant cx25821 driver Hello Palash Bandyopadhyay, The patch 02b20b0b4cde: V4L/DVB (12730): Add conexant cx25821 driver from Sep 15, 2009, leads to the following warning: drivers/media/video/cx25821/cx25821-i2c.c:310 cx25821_i2c_register() error: memcpy

Re: V4L/DVB (12730): Add conexant cx25821 driver

2012-06-16 Thread Ezequiel Garcia
Hi everyone, On Sat, Jun 16, 2012 at 10:35 AM, Dan Carpenter dan.carpen...@oracle.com wrote: Hm...  There are several more places which have this same problem. I'm not sure what's going on here. drivers/media/video/saa7164/saa7164-i2c.c:112 saa7164_i2c_register() error: memcpy()