From: Timur Tabi Date: Wed, 8 Jun 2011 20:02:55 +0000 (-0500) Subject: ASoC: p1022ds: fix incorrect referencing of device tree properties X-Git-Tag: v3.1-rc1~271^2~2^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147dfe90f7302f2472d83c25b983420a727aec5a;p=pandora-kernel.git ASoC: p1022ds: fix incorrect referencing of device tree properties Device tree integer properties are encoded in big-endian format, but some of the Freescale ASoC drivers were assuming that the host is in big-endian format as well. Although this is true, it's better to use endian-safe accessors. Also add a check for a failed ioremap() call in the SSI driver. Signed-off-by: Timur Tabi Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed