]> git.karo-electronics.de Git - linux-beck.git/commit
greybus: core: Make greybus_match_one_id() return bool
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 9 Jun 2016 11:04:36 +0000 (16:34 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 10 Jun 2016 00:28:02 +0000 (17:28 -0700)
commit129a6fbe7648987b23a87d5d9c4fbf0780c528ed
tree3ab601925532d056c31907f0e3fbadeabb3f568f
parentaa62b5e49a596cad71a816fc36a4da6ad0c0cd0f
greybus: core: Make greybus_match_one_id() return bool

This routine always returns 0 or 1 and a return type of 'bool' suits it
the best. Update it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/core.c