Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3391a76f2bbb74e42b9ba44c05a7366ffd388753
Commit:     3391a76f2bbb74e42b9ba44c05a7366ffd388753
Parent:     33a2a529f7a2fb481812b99737176628fda457b0
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 2 03:56:18 2008 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Feb 2 03:56:18 2008 -0500

    ACPI: throttling: fix build warning
    
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/processor_throttling.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/processor_throttling.c 
b/drivers/acpi/processor_throttling.c
index 86c790e..1b8e592 100644
--- a/drivers/acpi/processor_throttling.c
+++ b/drivers/acpi/processor_throttling.c
@@ -987,7 +987,7 @@ static int acpi_processor_set_throttling_ptc(struct 
acpi_processor *pr,
 int acpi_processor_set_throttling(struct acpi_processor *pr, int state)
 {
        cpumask_t saved_mask;
-       int ret;
+       int ret = 0;
        unsigned int i;
        struct acpi_processor *match_pr;
        struct acpi_processor_throttling *p_throttling;
-
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