소스 검색

[CPUFREQ] longhaul compile fix.

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>
Dave Jones 18 년 전
부모
커밋
928ee513c2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/i386/kernel/cpu/cpufreq/longhaul.c

+ 1 - 0
arch/i386/kernel/cpu/cpufreq/longhaul.c

@@ -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;