Skip to content
Commit a8af6de0 authored by Ben Dooks's avatar Ben Dooks
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 871fcd7c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment