diff options
author | Abdoulaye Walsimou Gaye <awg@embtoolkit.org> | 2010-10-16 13:55:52 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-10-30 01:21:37 +0200 |
commit | bdf5005b738c1542a30b41a83069329313fc61f6 (patch) | |
tree | c6d0245a2d9e0dec4028a059e6281e8fbc75c807 /arch/arm/mach-s3c2440 | |
parent | ARM: S3C2440: various fixes in Kconfig file (diff) | |
download | linux-bdf5005b738c1542a30b41a83069329313fc61f6.tar.xz linux-bdf5005b738c1542a30b41a83069329313fc61f6.zip |
ARM: S3C2440: fix boot failure introduced by recent changes in gpiolib
Recent changes in s3c gpio break mini2440 board and may be others.
The problem is that mach-mini2440.c: mini2440_init()
(where we call s3c_gpio_setpull()) is called before s3c2440.c: s3c2440_init()
(where we initialize s3c24xx_gpiocfg_default.set_pull function pointer).
This causes dereferencing of NULL pointer at boot time and a kernel panic.
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440')
0 files changed, 0 insertions, 0 deletions