linux/arch/arm/mach-s3c2410
Ben Dooks a8af6de00f [ARM] S3C2410: mach-bast.c registering i2c data too early
The BAST support code is calling s3c_i2c0_set_platdata() from
the map_io() entry, instead of the bast_init() code. This causes
the registration to fail due to kmalloc() not being available
at the time.

This fixes the following error:
s3c_i2c0_set_platdata: no memory for platform data

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-05-15 15:13:25 +01:00
..
2008-10-14 22:24:51 +01:00
2009-03-05 12:00:59 +00:00
2008-09-06 12:10:45 +01:00
2005-04-16 15:20:36 -07:00