mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04:00
greybus: greybus_protocols: align DME-attribute values
Align the DME-attribute values in the protocol header. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b77e3e5658
commit
1b4c4e98eb
@@ -893,9 +893,9 @@ struct gb_svc_dme_peer_set_response {
|
||||
} __packed;
|
||||
|
||||
/* Attributes for peer get/set operations */
|
||||
#define DME_ATTR_SELECTOR_INDEX 0
|
||||
#define DME_ATTR_SELECTOR_INDEX 0
|
||||
/* FIXME: remove ES2 support and DME_ATTR_T_TST_SRC_INCREMENT */
|
||||
#define DME_ATTR_T_TST_SRC_INCREMENT 0x4083
|
||||
#define DME_ATTR_T_TST_SRC_INCREMENT 0x4083
|
||||
#define DME_ATTR_ES3_INIT_STATUS 0x6101
|
||||
|
||||
/* Return value from init-status attributes listed above */
|
||||
|
||||
Reference in New Issue
Block a user