]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: manifest: be coherent with protocol name
authorRui Miguel Silva <rui.silva@linaro.org>
Mon, 11 May 2015 18:22:03 +0000 (19:22 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 11 May 2015 20:32:25 +0000 (13:32 -0700)
remane protocol define from GREYBUS_PROTOCOL_LED to GREYBUS_PROTOCOL_LIGHTS to
be coherent with the specification.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_manifest.h

index 05af0292b690d6982b7c27ffd931972e4fc04335..ce15e1a9807a8db26951c9a5d25c3c5565399016 100644 (file)
@@ -37,7 +37,7 @@ enum greybus_protocol {
        GREYBUS_PROTOCOL_DISPLAY        = 0x0c,
        GREYBUS_PROTOCOL_CAMERA         = 0x0d,
        GREYBUS_PROTOCOL_SENSOR         = 0x0e,
-       GREYBUS_PROTOCOL_LED            = 0x0f,
+       GREYBUS_PROTOCOL_LIGHTS         = 0x0f,
        GREYBUS_PROTOCOL_VIBRATOR       = 0x10,
        GREYBUS_PROTOCOL_LOOPBACK       = 0x11,
        GREYBUS_PROTOCOL_I2S_RECEIVER   = 0x12,