]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: initialize all fields in an SVC handshake message
authorMatt Porter <mporter@linaro.org>
Mon, 22 Sep 2014 19:51:49 +0000 (15:51 -0400)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 22 Sep 2014 20:23:05 +0000 (13:23 -0700)
commitbe5064c75bb9e513698142584f4bb64de73e9f18
tree781d7105924d92eb1466bd6a60f9064c42b1c80a
parent648cb6cb75a1ef09200a24b280a2932caef88597
greybus: initialize all fields in an SVC handshake message

Currently only the handshake_type is being initialized when
responding to an SVC handshake request. Update this to
explicitly set all header/payload fields appropriately.

Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/ap.c