From: Phong Tran Date: Thu, 28 May 2015 16:21:00 +0000 (+0700) Subject: greybus: audio: Fix typo for macro I2S data version minor X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1515 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bcd8215b49b08194ee6e2968106ac5a14825b689;p=karo-tx-linux.git greybus: audio: Fix typo for macro I2S data version minor This macro should be DATA not MGMT. Signed-off-by: Phong Tran Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/audio-gb-cmds.c b/drivers/staging/greybus/audio-gb-cmds.c index 9ca3164b1332..10de34d6fa93 100644 --- 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