[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:28 UTC 2008


The following commit has been merged in the stable branch:
commit 4a728e4772d53767fcbccd0b2b7e7278c961ce34
Author: Andy Green <agreen at pads.home.warmcat.com>
Date:   Sat Aug 23 11:01:25 2008 +0100

    From: Andrzej Zaborowski <balrogg at gmail.com>
    
    fix-accel-irq-mismatch.patch
    
    I just found a while to start doing something cool with the
    accelerometers but I hit #1613 (both accelerometer nodes can't be read
    concurrently for longer than a moment). Turns out to be very silly.
    I'll continue the cool stuff another day,
    Cheers

diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 7d4cc67..eadf88a 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -1065,7 +1065,7 @@ void gta02_lis302dl_bitbang_read(struct lis302dl_info *lis)
 	s8 x, y, z;
 #endif
 
-	local_save_flags(flags);
+	local_irq_save(flags);
 
 	/*
 	 * Huh.. "quirk"... CS on this device is not really "CS" like you can

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list