From: Martin Berglund Date: Thu, 7 Aug 2014 22:08:34 +0000 (+0100) Subject: staging: vt6655: wpactl.c: Fix sparse warnings X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effda6973dba27d80a669855603bdc0971f89449;p=pandora-kernel.git staging: vt6655: wpactl.c: Fix sparse warnings Add missing __user macro casting in the function wpa_set_keys. This is okay since the function handles the possibility of param->u.wpa_key.key and param->u.wpa_key.seq pointing to kernelspace using a flag, fcpfkernel. Signed-off-by: Martin Berglund Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed