changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1112-Fix-spelling.-flaoting-floating.patch
1 From 69998884e413697ea6b57a1deedb7ca5fde520ac Mon Sep 17 00:00:00 2001
2 From: Holger Freyther <zecke@openmoko.org>
3 Date: Sun, 13 Apr 2008 07:25:54 +0100
4 Subject: [PATCH] Fix spelling. flaoting => floating
5
6 Signed-Off-by: Holger Freyther <zecke@openmoko.org>
7 ---
8  arch/arm/plat-s3c24xx/neo1973_pm_gsm.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
12 index 13cb45b..1123d7d 100644
13 --- a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
14 +++ b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
15 @@ -161,7 +161,7 @@ static int gta01_gsm_suspend(struct platform_device *pdev, pm_message_t state)
16         /* GPIO state is saved/restored by S3C2410 core GPIO driver, so we
17          * don't need to do anything here */
18  
19 -       /* disable DL GSM to prevent jack_insert becoming flaoting */
20 +       /* disable DL GSM to prevent jack_insert becoming floating */
21         if (machine_is_neo1973_gta02())
22                 s3c2410_gpio_setpin(GTA02_GPIO_nDL_GSM, 1);
23         return 0;
24 -- 
25 1.5.6.5
26