29 Feb
2016
29 Feb
'16
10:16 p.m.
On 02/29/2016 06:26 PM, Takashi Iwai wrote:
Hi,
here is a patchset to correct the wrong type accesses in omap drivers for enum ctls. I didn't put Cc to stable for them, supposing these are only for 32bit systems. If not, feel free to put Cc to stable.
thanks,
Takashi
===
Takashi Iwai (2): ASoC: omap: n810: Fix enum ctl accesses in a wrong type ASoC: omap: rx51: Fix enum ctl accesses in a wrong type
sound/soc/omap/n810.c | 18 +++++++++--------- sound/soc/omap/rx51.c | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-)
No need to Cc stable with these. Both are 32-bit LE ARMs and thus incorrect use of long instead of unsigned int haven't caused problems due only positive integers value used here.
--
Jarkko