From 358011a4b9dfaa19ba15ee72cb8514ebeeed256b Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:11:12 +0000 Subject: fix-hdq-timing-factor-2.6.27.patch Signed-off-by: Andy Green --- arch/arm/mach-s3c2440/mach-gta02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3