Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=09f1fb41ad45bc18abe07c62f7b56560571584d1
Commit:     09f1fb41ad45bc18abe07c62f7b56560571584d1
Parent:     da8cadb31b82c9d41fc593c8deab6aa20b162d6b
Author:     Alexey Starikovskiy <[EMAIL PROTECTED]>
AuthorDate: Sat Dec 8 13:02:33 2007 +0300
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Fri Dec 14 15:13:51 2007 -0500

    ACPI: SBS: Reset alarm bit
    
    Alarm bit should be cleared in order for other alarms to be sent.
    http://bugzilla.kernel.org/show_bug.cgi?id=9362
    
    Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/sbshc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/acpi/sbshc.c b/drivers/acpi/sbshc.c
index 046d7c3..12a1532 100644
--- a/drivers/acpi/sbshc.c
+++ b/drivers/acpi/sbshc.c
@@ -222,6 +222,7 @@ static int smbus_alarm(void *context)
        if (!status.fields.alarm)
                return 0;
        mutex_lock(&hc->lock);
+       status.fields.alarm = 0;
        smb_hc_write(hc, ACPI_SMB_STATUS, status.raw);
        if (hc->callback)
                acpi_os_execute(OSL_GPE_HANDLER, acpi_smbus_callback, hc);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to