OSDN Git Service

greybus: activate incoming request handling
authorAlex Elder <elder@linaro.org>
Tue, 2 Dec 2014 14:30:37 +0000 (08:30 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 2 Dec 2014 22:44:11 +0000 (14:44 -0800)
commitd4a1ff674dfbd120930dbd011773b3ae79385449
treee835c986e8d5c8adbef0b0ec4d0589b8084db097
parentd2d2c0fe70ff09510f56bd341e2ab415b7b5e947
greybus: activate incoming request handling

Un-comment gb_operation_request_handle(), which was recently
disabled to avoid distraction.

In gb_connection_recv_request(), activate handling incoming
requests by defining gb_operation_request_handle() as an
incoming operation's callback function.

Incoming operation requests have

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c