From 53cbe20d0291e0a0828f0d7e1686b95db8621ca7 Mon Sep 17 00:00:00 2001 From: Guillaume Clement Date: Fri, 25 Jul 2014 14:47:23 +0200 Subject: [PATCH] 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-format-patch failed