projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012d7d4
)
greybus: audio: Fix typo for macro I2S data version minor
author
Phong Tran
<tranmanphong@gmail.com>
Thu, 28 May 2015 16:21:00 +0000
(23:21 +0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/audio-gb-cmds.c
b/drivers/staging/greybus/audio-gb-cmds.c
index 9ca3164b13323674eb814d6e4fa5a1a0b1969b0a..10de34d6fa93805b7e6cee863644a5556ffe09b6 100644
(file)
--- a/
drivers/staging/greybus/audio-gb-cmds.c
+++ b/
drivers/staging/greybus/audio-gb-cmds.c
@@
-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