Staging: android: add __user annotation in binder.c
authorBojan Prtvar <prtvar.b@gmail.com>
Sun, 1 Sep 2013 18:30:38 +0000 (20:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:47:39 +0000 (07:47 -0700)
commit308fbd8ac0b0078dba29cad027e5b454aac13a6a
tree04fd4fd94b3907807529b126a92751a5aad6686d
parent272b98c6455f00884f0350f775c5342358ebb73f
Staging: android: add __user annotation in binder.c

This fixes the following sparse error
drivers/staging/android/binder.c:1795:36: error: incompatible types in comparison expression (different address spaces)

Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c
This page took 0.024716 seconds and 5 git commands to generate.