Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-10 Thread Martin Berglund
On Sat, Aug 09, 2014 at 08:36:55PM -0700, Greg Kroah-Hartman wrote: > On Sat, Aug 09, 2014 at 01:55:19AM +0200, Martin Berglund wrote: > > On Fri, Aug 08, 2014 at 06:47:25AM -0700, Greg Kroah-Hartman wrote: > > > On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote: > > > > On Thu, Aug 0

Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-10 Thread Greg Kroah-Hartman
On Sat, Aug 09, 2014 at 01:55:19AM +0200, Martin Berglund wrote: > On Fri, Aug 08, 2014 at 06:47:25AM -0700, Greg Kroah-Hartman wrote: > > On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote: > > > On Thu, Aug 07, 2014 at 07:18:13PM -0700, Greg Kroah-Hartman wrote: > > > > On Thu, Aug 0

Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-08 Thread Martin Berglund
On Fri, Aug 08, 2014 at 06:47:25AM -0700, Greg Kroah-Hartman wrote: > On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote: > > On Thu, Aug 07, 2014 at 07:18:13PM -0700, Greg Kroah-Hartman wrote: > > > On Thu, Aug 07, 2014 at 11:08:34PM +0100, Martin Berglund wrote: > > > > Add missing _

Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-08 Thread Greg Kroah-Hartman
On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote: > On Thu, Aug 07, 2014 at 07:18:13PM -0700, Greg Kroah-Hartman wrote: > > On Thu, Aug 07, 2014 at 11:08:34PM +0100, Martin Berglund wrote: > > > Add missing __user macro casting in the function wpa_set_keys. > > > This is okay since t

Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-08 Thread Martin Berglund
On Thu, Aug 07, 2014 at 07:18:13PM -0700, Greg Kroah-Hartman wrote: > On Thu, Aug 07, 2014 at 11:08:34PM +0100, Martin Berglund wrote: > > 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

Re: [PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-07 Thread Greg Kroah-Hartman
On Thu, Aug 07, 2014 at 11:08:34PM +0100, Martin Berglund wrote: > 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. > > Sig

[PATCH] staging: vt6655: wpactl.c: Fix sparse warnings

2014-08-07 Thread Martin Berglund
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 --- This was submitted as part of Eudyptula chal