commit | c7f82d5dc07181b56b9596adab3a3891ace357fd | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Nov 17 18:08:32 2014 -0600 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Mon Nov 17 17:19:20 2014 -0800 |
tree | c00829b038b070868c88b8d2e747cd1d512449ab | |
parent | 3690a826fae5102ed5daed2340926885980d51ab [diff] |
greybus: start using struct gb_message This converts some of the operation code to start leveraging the new gb_message type. Instead of creating the request and response gbufs, we initialize (and tear down with a new function) the request and response message structures. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>