mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 09:28:24 +07:00
greybus: control: Use Macro's instead of direct values for major/minor
We already have macro's defined for this, use them. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
166f0aed32
commit
5b22521c89
@ -126,8 +126,8 @@ static void gb_control_connection_exit(struct gb_connection *connection)
|
||||
static struct gb_protocol control_protocol = {
|
||||
.name = "control",
|
||||
.id = GREYBUS_PROTOCOL_CONTROL,
|
||||
.major = 0,
|
||||
.minor = 1,
|
||||
.major = GB_CONTROL_VERSION_MAJOR,
|
||||
.minor = GB_CONTROL_VERSION_MINOR,
|
||||
.connection_init = gb_control_connection_init,
|
||||
.connection_exit = gb_control_connection_exit,
|
||||
.flags = GB_PROTOCOL_SKIP_CONTROL_CONNECTED |
|
||||
|
Loading…
Reference in New Issue
Block a user