commit | 12a7208386ac6bb114d1816ecfb6a9da3f179616 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Thu May 08 14:13:17 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 21:39:28 2014 +0900 |
tree | 3eed0619681e69c4f96d2c3dc607e41a615f1dd8 | |
parent | def2d8b069c3d4f388022f485b9e1823fe1fd6d9 [diff] |
staging: lirc: Fix sparse warnings 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 <tuomas.tynkkynen@iki.fi> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>