summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2016-06-09 17:46:47 -0400
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-09 17:21:09 -0700
commit9e50e987f55dc16364786525abdb4c7eac50e00b (patch)
tree5f29e9e8b6d4db27f45ca15ea2f9c8eb7d40ac8d /drivers/staging
parent12e6895d1e343512990eec5ae8747b5968a8f8b8 (diff)
downloadop-kernel-dev-9e50e987f55dc16364786525abdb4c7eac50e00b.zip
op-kernel-dev-9e50e987f55dc16364786525abdb4c7eac50e00b.tar.gz
greybus: remove obsolete SVC result codes
The "busy" SVC result codes are gone from the spec. Delete them. Testing Done: compile. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 3c6415f..8b5563e 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -1036,7 +1036,7 @@ struct gb_svc_intf_vsys_request {
struct gb_svc_intf_vsys_response {
__u8 result_code;
#define GB_SVC_INTF_VSYS_OK 0x00
-#define GB_SVC_INTF_VSYS_BUSY 0x01
+ /* 0x01 is reserved */
#define GB_SVC_INTF_VSYS_FAIL 0x02
} __packed;
@@ -1048,7 +1048,7 @@ struct gb_svc_intf_refclk_request {
struct gb_svc_intf_refclk_response {
__u8 result_code;
#define GB_SVC_INTF_REFCLK_OK 0x00
-#define GB_SVC_INTF_REFCLK_BUSY 0x01
+ /* 0x01 is reserved */
#define GB_SVC_INTF_REFCLK_FAIL 0x02
} __packed;
@@ -1060,7 +1060,7 @@ struct gb_svc_intf_unipro_request {
struct gb_svc_intf_unipro_response {
__u8 result_code;
#define GB_SVC_INTF_UNIPRO_OK 0x00
-#define GB_SVC_INTF_UNIPRO_BUSY 0x01
+ /* 0x01 is reserved */
#define GB_SVC_INTF_UNIPRO_FAIL 0x02
#define GB_SVC_INTF_UNIPRO_NOT_OFF 0x03
} __packed;
OpenPOWER on IntegriCloud