sched/debug: Use match_string() helper instead of open-coded logic
authorYisheng Xie <xieyisheng1@huawei.com>
Thu, 31 May 2018 11:11:19 +0000 (19:11 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Jun 2018 13:45:31 +0000 (15:45 +0200)
commit8f894bf47dc9e8b77166125a084a7217693a28cd
tree302826513c9959972eea49da9b93d9b0d87dfbc1
parentb3dae109fa89d67334bf3349babab3ad9b6f233f
sched/debug: Use match_string() helper instead of open-coded logic

match_string() returns the index of an array for a matching string,
which can be used instead of the open coded variant.

Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/lkml/1527765086-19873-15-git-send-email-xieyisheng1@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/debug.c