[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, stable, updated. upstream/20080808.git43620428-24-gca19d15
Andy Green
agreen at pads.home.warmcat.com
Mon Oct 20 09:46:25 UTC 2008
The following commit has been merged in the stable branch:
commit d2703a13c696b5e4befbd17469bc6afd3d0a0066
Author: Simon Kagstrom <simon.kagstrom at gmail.com>
Date: Wed Aug 13 11:27:04 2008 +0100
mach-gta02-spell-fixes.patch
Fix spelling error on function name
Signed-off-by: Simon Kagstrom <simon.kagstrom at gmail.com>
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index f991f9a..ff3c3c0 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -1053,7 +1053,7 @@ static struct platform_device gta02_vibrator_dev = {
struct lis302dl_platform_data lis302_pdata[];
-void gat02_lis302dl_bitbang_read(struct lis302dl_info *lis)
+void gta02_lis302dl_bitbang_read(struct lis302dl_info *lis)
{
struct lis302dl_platform_data *pdata = lis->pdata;
u8 shifter = 0xc0 | LIS302DL_REG_OUT_X; /* read, autoincrement */
@@ -1136,7 +1136,7 @@ void gat02_lis302dl_bitbang_read(struct lis302dl_info *lis)
}
-void gat02_lis302dl_suspend_io(struct lis302dl_info *lis, int resume)
+void gta02_lis302dl_suspend_io(struct lis302dl_info *lis, int resume)
{
struct lis302dl_platform_data *pdata = lis->pdata;
@@ -1168,8 +1168,8 @@ struct lis302dl_platform_data lis302_pdata[] = {
.pin_mosi = S3C2410_GPG6,
.pin_miso = S3C2410_GPG5,
.open_drain = 1, /* altered at runtime by PCB rev */
- .lis302dl_bitbang_read = gat02_lis302dl_bitbang_read,
- .lis302dl_suspend_io = gat02_lis302dl_suspend_io,
+ .lis302dl_bitbang_read = gta02_lis302dl_bitbang_read,
+ .lis302dl_suspend_io = gta02_lis302dl_suspend_io,
}, {
.name = "lis302-2 (bottom)",
.pin_chip_select= S3C2410_GPD13,
@@ -1177,8 +1177,8 @@ struct lis302dl_platform_data lis302_pdata[] = {
.pin_mosi = S3C2410_GPG6,
.pin_miso = S3C2410_GPG5,
.open_drain = 1, /* altered at runtime by PCB rev */
- .lis302dl_bitbang_read = gat02_lis302dl_bitbang_read,
- .lis302dl_suspend_io = gat02_lis302dl_suspend_io,
+ .lis302dl_bitbang_read = gta02_lis302dl_bitbang_read,
+ .lis302dl_suspend_io = gta02_lis302dl_suspend_io,
},
};
--
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
More information about the pkg-fso-commits
mailing list