commit | e7f3c60037fcad0edc0b79b8d285418246bcef40 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Sat Sep 27 18:07:48 2008 +0800 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Oct 07 19:12:55 2008 +0100 |
tree | d1b8d2201ef431605fa681c6521bf18ea03bd297 | |
parent | 5a89770daad83df74d77a8d34a1ffaedae565ce9 [diff] |
[ARM] pxa: fix incorrect initialization of mfp sysdev when not pxa2xx The initialization of mfp sysdev in pxa2xx_mfp_init() shall really be avoided when !cpu_is_pxa2xx(). Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>