diff options
author | Tim Niemeyer <reddog@redlap.wired.rednet.mastersword.de> | 2009-03-05 14:40:33 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-05 14:40:33 +0000 |
commit | b0d2d69d91007322fb554b1911eca3e540d084ec (patch) | |
tree | db20e4c0e774216236beb78511decb8b6ab03093 /arch | |
parent | 93d23034780b60925d44e6ee9d157ee9b63cef75 (diff) |
From 52da4d313dd3263824023f6f3c16a32a0078710e Mon Sep 17 00:00:00 2001
Subject: [PATCH] Typo in I2C device registration
Signed-off-by: Tim Niemeyer <reddog@redlap.wired.rednet.mastersword.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-gta01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index aeb66fb088f..27bf3591ae4 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -922,7 +922,7 @@ static struct i2c_board_info gta01_i2c_devs[] __initdata = { .platform_data = >a01_pcf_pdata, }, { - I2C_BOARD_INFO("lm4587", 0x7c), + I2C_BOARD_INFO("lm4857", 0x7c), }, { I2C_BOARD_INFO("wm8753", 0x1a), |