greybus: audio: Fix typo for macro I2S data version minor
authorPhong Tran <tranmanphong@gmail.com>
Thu, 28 May 2015 16:21:00 +0000 (23:21 +0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 28 May 2015 21:38:38 +0000 (14:38 -0700)
This macro should be DATA not MGMT.

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio-gb-cmds.c

index 9ca3164..10de34d 100644 (file)
@@ -16,7 +16,7 @@
 #define GB_I2S_MGMT_VERSION_MINOR              0x01
 
 #define GB_I2S_DATA_VERSION_MAJOR              0x00
-#define GB_I2S_MGMT_VERSION_MINOR              0x01
+#define GB_I2S_DATA_VERSION_MINOR              0x01
 
 /***********************************
  * GB I2S helper functions