staging: android: binder.c: Use more appropriate functions for euid retrieval
authorTair Rzayev <tair.rzayev@gmail.com>
Sat, 31 May 2014 19:43:34 +0000 (22:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Jun 2014 18:36:47 +0000 (11:36 -0700)
Instead of getting the reference to whole credential structure, use
task_euid() and current_euid() to get it.

Signed-off-by: Tair Rzayev <tair.rzayev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c

Simple merge