[media] staging: lirc: Fix sparse warnings
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Thu, 8 May 2014 11:13:17 +0000 (08:13 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 19:02:03 +0000 (16:02 -0300)
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: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found