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)
committerDanny Wood <danwood76@gmail.com>
Fri, 8 Nov 2019 12:03:13 +0000 (12:03 +0000)
commit8ff8351e7b97502dc5176519ebf8bd5f5dd1602a
tree162a3c3ef9e4a0e77e21695f0647bef427db877c
parent1d6de5d0a18cfed61559dbad8d611180d516fcff
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