Re: [kbuild] [PATCH] staging: vt6656: Fix vnt_rf_table_download __builtin_memcpy() addr* too small (3 vs 64).

2014-05-31 Thread Dan Carpenter
On Sat, May 31, 2014 at 02:09:27PM +0100, Malcolm Priestley wrote: Fix following errors drivers/staging/vt6656/rf.c:1060 vnt_rf_table_download() error: __builtin_memcpy() 'addr2' too small (3 vs 64) drivers/staging/vt6656/rf.c:1078 vnt_rf_table_download() error: __builtin_memcpy() 'addr3'

Re: [kbuild] [PATCH] staging: vt6656: Fix vnt_rf_table_download __builtin_memcpy() addr* too small (3 vs 64).

2014-05-31 Thread Dan Carpenter
On Sat, May 31, 2014 at 04:42:02PM +0300, Dan Carpenter wrote: On Sat, May 31, 2014 at 02:09:27PM +0100, Malcolm Priestley wrote: Fix following errors drivers/staging/vt6656/rf.c:1060 vnt_rf_table_download() error: __builtin_memcpy() 'addr2' too small (3 vs 64)