]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: operation: fix definition of the invalid type
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 29 Apr 2016 15:08:37 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 29 Apr 2016 21:27:05 +0000 (14:27 -0700)
commit7adb32b429ce38bae39e277ae2cc37c93770104f
treea9a1790410ec4724728a11aa4f87abf552270b96
parenta2cf2e594626ce8c1e6944f6a44a7d481b84b82d
greybus: operation: fix definition of the invalid type

The invalid request type has been redefined as 0x7f.

Also remove the redundant redefinition of the invalid type from the
operation header.

Note that operation type 0x00 has been repurposed for the new generic
ping operation, which will be used to implement proper connection tear
down.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/operation.c
drivers/staging/greybus/operation.h