On Thu, May 08, 2014 at 02:13:17PM +0300, Tuomas Tynkkynen wrote:
> Fix sparse warnings by adding __user and __iomem annotations where
> necessary and removing certain unnecessary casts. While at it,
> also use u32 in place of __u32.
>
> Signed-off-by: Tuomas Tynkkynen
Thanks.
Reviewed-by: Dan
Fix sparse warnings by adding __user and __iomem annotations where
necessary and removing certain unnecessary casts. While at it,
also use u32 in place of __u32.
Signed-off-by: Tuomas Tynkkynen
---
Compile tested only.
v2 changes:
- introduce variable 'uptr' instead of open-coding (__u32 *)a