From: Johan Hovold Date: Wed, 27 May 2015 10:45:07 +0000 (+0200) Subject: greybus: gpio: update operation types X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1517 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47bf0b44275eaf4659f99b1ddde5da85018aaf46;p=karo-tx-linux.git greybus: gpio: update operation types Update the remaining operation types now that the ack operation is gone to avoid leaving a hole in the type definitions. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 81ec3b246cc6..305c33d08646 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -128,9 +128,9 @@ struct gb_i2c_transfer_response { #define GB_GPIO_TYPE_SET_VALUE 0x09 #define GB_GPIO_TYPE_SET_DEBOUNCE 0x0a #define GB_GPIO_TYPE_IRQ_TYPE 0x0b -#define GB_GPIO_TYPE_IRQ_MASK 0x0d -#define GB_GPIO_TYPE_IRQ_UNMASK 0x0e -#define GB_GPIO_TYPE_IRQ_EVENT 0x0f +#define GB_GPIO_TYPE_IRQ_MASK 0x0c +#define GB_GPIO_TYPE_IRQ_UNMASK 0x0d +#define GB_GPIO_TYPE_IRQ_EVENT 0x0e #define GB_GPIO_DEBOUNCE_USEC_DEFAULT 0 /* microseconds */