Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d7ac12fa05ed839d5a426795409fdf1a480e3f7a
Commit:     d7ac12fa05ed839d5a426795409fdf1a480e3f7a
Parent:     deef79ef351225a9fe02e41a40cb125ed03a3e6b
Author:     Harvey Harrison <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 22:39:44 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 22:39:44 2008 +0100

    x86: fix sparse warnings in powernow-k8.c
    
    arch/x86/kernel/cpu/cpufreq/powernow-k8.c:830:7: warning: symbol 'hi' 
shadows an earlier one
    arch/x86/kernel/cpu/cpufreq/powernow-k8.c:824:6: originally declared here
    arch/x86/kernel/cpu/cpufreq/powernow-k8.c:830:15: warning: symbol 'lo' 
shadows an earlier one
    arch/x86/kernel/cpu/cpufreq/powernow-k8.c:824:14: originally declared here
    
    Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 arch/x86/kernel/cpu/cpufreq/powernow-k8.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c 
b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
index a052273..5affe91 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
@@ -827,7 +827,6 @@ static int fill_powernow_table_pstate(struct 
powernow_k8_data *data, struct cpuf
 
        for (i = 0; i < data->acpi_data.state_count; i++) {
                u32 index;
-               u32 hi = 0, lo = 0;
 
                index = data->acpi_data.states[i].control & HW_PSTATE_MASK;
                if (index > data->max_hw_pstate) {
-
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