staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 13 Jan 2014 16:25:51 +0000 (16:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 23:46:19 +0000 (15:46 -0800)
commitc1cd14974c427935fe37d9f087da24d07a2f5eb7
tree1641fcfc48d2192ba5bf86564bfc2a4df08c1c84
parent9010a286d9857fccfac69e5e8bdf9b74ea1f7c0e
staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.

extra is in kernel space use memcpy.

sparse warning
iwctl.c:1595:42: warning: incorrect type in argument 1 (different address spaces)
iwctl.c:1595:42:    expected void [noderef] <asn:1>*to
iwctl.c:1595:42:    got char *extra

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c