ANDROID: sched/fair: fix a warning
authorSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Thu, 19 Jul 2018 18:35:34 +0000 (11:35 -0700)
committerTodd Kjos <tkjos@google.com>
Thu, 19 Jul 2018 18:48:07 +0000 (18:48 +0000)
commit28fffded4abc1ac941160c6daa3d2ba7b0b7e0ff
tree36706d86589bd46223a1ab1a9d475475d7df45a4
parentd41481eebd9926503af255f1552ef0dbced93f3c
ANDROID: sched/fair: fix a warning

Below warning got introduced by 'commit 2cc3df5e1c7be78
("ANDROID: sched: Update max cpu capacity in case of
max frequency constraints")':

warning: '&&' within '||' [-Wlogical-op-parentheses]

Add parentheses required to fix the warning.

Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
kernel/sched/fair.c