From: Guillaume Clement Date: Fri, 25 Jul 2014 12:47:23 +0000 (+0200) Subject: staging: vt6655: fix direct dereferencing of user pointer X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53cbe20d0291e0a0828f0d7e1686b95db8621ca7;p=pandora-kernel.git staging: vt6655: fix direct dereferencing of user pointer Sparse reported that the data from tagSCmdRequest is given by userspace, so it should be tagged as such. Later, we were memcomparing and dereferencing it without first copying it, fix that as well. Signed-off-by: Guillaume Clement Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed