From: Stephen Warren Date: Thu, 13 Feb 2014 23:54:24 +0000 (-0700) Subject: ASoC: max98090: make REVISION_ID readable X-Git-Tag: v3.14-rc4~19^2~1^2~1^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e126a646f77fdd66978785cb0a3a5e46b07aee2e;p=pandora-kernel.git ASoC: max98090: make REVISION_ID readable The REVISION_ID register is not currently marked readable. snd_soc_read() refuses to read the register, and hence probe() fails. Fixes: d4807ad2c4c0 ("regmap: Check readable regs in _regmap_read") [exposed the bug, by checking for readability] Fixes: 685e42154dcf ("ASoC: Replace max98090 Device Driver") [left out this register from the readable list] Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed