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)
committerRiley Andrews <riandrews@google.com>
Tue, 13 Jan 2015 22:38:29 +0000 (22:38 +0000)
commit268fc12dd625412dd5ece4a70a6003ca69062db3
tree2f061c1a953a6ef4a60f131086ab0bec5591ba63
parentc963d0f41de94e59731e81b728cbb0a5dfb1e646
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)

Change-Id: I3824cb700d0de0e24c94771b1441e639d7d4d18b
Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c