9 Jun
2011
9 Jun
'11
1:01 p.m.
On Wed, Jun 08, 2011 at 03:02:55PM -0500, Timur Tabi wrote:
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.
Similarly this patch appears to consist of two unrelated changes. I'll apply this time but please don't do this in future.
Please also include non-urgent cleanups like this after bug fixes in your patch serieses - while the bug fixes get applied to the release branch new features and cleanups don't but ordering the cleanups first means the bugfixes may end up depending on them.