aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:12 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:12 +0000
commit358011a4b9dfaa19ba15ee72cb8514ebeeed256b (patch)
tree6da4026c203e90d378860c180129fe78dc811b38
parent23aee12dae31a0ef3418a57936a5500a5d84811e (diff)
fix-hdq-timing-factor-2.6.27.patch
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 9c9d5065c09..74906101c42 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -111,7 +111,7 @@ static int gta02_charger_active_status;
struct fiq_ipc fiq_ipc;
EXPORT_SYMBOL(fiq_ipc);
-#define DIVISOR_FROM_US(x) ((x) << 1)
+#define DIVISOR_FROM_US(x) ((x) << 3)
#define FIQ_DIVISOR_VIBRATOR DIVISOR_FROM_US(100)