From effda6973dba27d80a669855603bdc0971f89449 Mon Sep 17 00:00:00 2001 From: Martin Berglund Date: Thu, 7 Aug 2014 23:08:34 +0100 Subject: [PATCH] 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-format-patch failed