11 Sep
2008
11 Sep
'08
5:04 p.m.
On Wed, Sep 10, 2008 at 05:01:18AM +0400, Dmitry Baryshkov wrote:
+#endif +#ifdef CONFIG_PXA3XX
- if (cpu_is_pxa3xx())
pxa_ac97_warm_pxa3xx();
- else
+#endif
Typo, should be CONFIG_PXA3xx (and also in cold reset). Again, I've fixed that up locally. However, PXA3xx support seems broken in some other way, it fails during init - I'll debug this and post updated patches.