disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt/staging/florian.git] / target / linux / s3c24xx / patches / 0102-Fix-spelling.-flaoting-floating.patch
1 From c37e302d75871c3956a13d6a71a9c7c7de90d5b4 Mon Sep 17 00:00:00 2001
2 From: Holger Freyther <zecke@openmoko.org>
3 Date: Fri, 25 Jul 2008 23:06:03 +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.3
26