greybus: core: Rename greybus_module_match()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 12 May 2016 06:04:05 +0000 (11:34 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 13 May 2016 10:39:10 +0000 (12:39 +0200)
commite4e55360dd6b2263bbbc83bf0f04b0bd9bb1f8fd
tree8b0f4e20f418569a964f95501edd3781ee197a99
parent6f8a028fd17bbb3102c81dc4fd30f2d722234b5e
greybus: core: Rename greybus_module_match()

greybus_module_match() doesn't match modules anymore but bundle devices
and should be named correctly.

Though we can use greybus_bundle_match() as well, rest of the kernel
uses terminology like 'greybus_match_device' and so choosing that
instead.

Compile tested.

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