Skip to content

Commit

Permalink
[CPUFREQ] longhaul compile fix.
Browse files Browse the repository at this point in the history
Some gcc's are more anal than others about empty switch labels.
error: label at end of compound statement

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Dec 18, 2006
1 parent 8ec9822 commit 928ee51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ static int __init longhaul_init(void)
case 10:
printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
default:
;;
}

return -ENODEV;
Expand Down

0 comments on commit 928ee51

Please sign in to comment.