[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 agreen at octopus.localdomain
Mon Jun 8 17:28:56 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit a18dd4d39b8a5fbf23e7b35e9e078cccbb4816bf
Author: Andy Green <andy at openmoko.com>
Date:   Wed Mar 4 07:38:10 2009 +0000

    fix-hdq-timeout-overflow.patch
    
    Reported-by: Neil Brown <neilb at suse.de>
    Signed-off-by: Andy Green <andy at openmoko.com>

diff --git a/drivers/power/hdq.c b/drivers/power/hdq.c
index 8b1aee8..d806236 100644
--- a/drivers/power/hdq.c
+++ b/drivers/power/hdq.c
@@ -128,7 +128,7 @@ int hdq_fiq_handler(void)
 		}
 		/* read the next byte */
 		hdq_priv.hdq_bit = 8; /* 8 bits of data */
-		hdq_priv.hdq_ctr = 3000 / HDQ_SAMPLE_PERIOD_US;
+		hdq_priv.hdq_ctr = 2500 / HDQ_SAMPLE_PERIOD_US;
 		hdq_priv.hdq_state = HDQB_WAIT_RX;
 		hdq_priv.pdata->gpio_dir_in();
 		break;

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



More information about the pkg-fso-commits mailing list