]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec
authorMatt Porter <mporter@linaro.org>
Thu, 18 Sep 2014 19:25:43 +0000 (15:25 -0400)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 19 Sep 2014 03:06:08 +0000 (20:06 -0700)
The Greybus spec was updated to have major=0 and minor=1 so update
this in the code.

Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/greybus.h

index 2838e44ce6fb7b2a029dc3e16ab3b94185c0a6a6..c9f516ab7612e4b6a4e5a65595c011c85ed09a8a 100644 (file)
@@ -20,8 +20,8 @@
 
 
 /* Matches up with the Greybus Protocol specification document */
-#define GREYBUS_VERSION_MAJOR  0x01
-#define GREYBUS_VERSION_MINOR  0x00
+#define GREYBUS_VERSION_MAJOR  0x00
+#define GREYBUS_VERSION_MINOR  0x01
 
 #define GREYBUS_DEVICE_ID_MATCH_DEVICE \
                (GREYBUS_DEVICE_ID_MATCH_VENDOR | GREYBUS_DEVICE_ID_MATCH_PRODUCT)