[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Andy Green andy at openmoko.com
Mon Jun 8 17:29:14 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 514314f19b8d89797cf0a9e235f6123f4ef87f62
Author: Andy Green <andy at openmoko.com>
Date:   Sun Mar 8 09:14:13 2009 +0000

    fix-gta02-fiq-init.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
index ce0f737..21ea6b2 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -238,8 +238,11 @@ static int gta02_fiq_enable(void)
 
 	set_fiq_c_handler(gta02_fiq_handler);
 
+	return 0;
+
 bail:
-	printk(KERN_ERR "Count not initialize FIQ for GTA02\n");
+	printk(KERN_ERR "Could not initialize FIQ for GTA02: %d\n", rc);
+
 	return rc;
 }
 

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



More information about the pkg-fso-commits mailing list