ANDROID: binder: init desired_prio.sched_policy before use it
authorGanesh Mahendran <opensource.ganesh@gmail.com>
Wed, 27 Sep 2017 07:12:25 +0000 (15:12 +0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commit9b608f484fd3631807cf1b5cccc136ab12d48561
tree1a592223c369488ff07e9b1f055d022b576cb177
parentfd82249297c5dc5dfb5bcff38fc7dd2fd48abb01
ANDROID: binder: init desired_prio.sched_policy before use it

In function binder_transaction_priority(), we access
desired_prio before initialzing it.

This patch fix this.

Change-Id: I9d14d50f9a128010476a65b52631630899a44633
Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
drivers/android/binder.c