]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer access
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 1 Dec 2015 08:31:38 +0000 (08:31 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 1 Dec 2015 13:19:06 +0000 (13:19 +0000)
commita49e277aff691ab89bf7e832e17e2740d691b025
tree8c49526e310864f961cf9da2b678f4882d86f30e
parent00a49166e2b80ed69fb699810d0b71ca4d724ba4
ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer access

drv pointer should be "base + offset" instead of
"current + offset". This patch fixup this issue, otherwise
third and subsequent pointer will be broken

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c