File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
arch/x86/platform/intel-mid Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ static void intel_mid_arch_setup(void)
138
138
intel_mid_ops = get_intel_mid_ops [__intel_mid_cpu_chip ]();
139
139
else {
140
140
intel_mid_ops = get_intel_mid_ops [INTEL_MID_CPU_CHIP_PENWELL ]();
141
- pr_info ("ARCH: Unknown SoC, assuming PENWELL !\n" );
141
+ pr_info ("ARCH: Unknown SoC, assuming Penwell !\n" );
142
142
}
143
143
144
144
out :
@@ -214,12 +214,10 @@ static inline int __init setup_x86_intel_mid_timer(char *arg)
214
214
else if (strcmp ("lapic_and_apbt" , arg ) == 0 )
215
215
intel_mid_timer_options = INTEL_MID_TIMER_LAPIC_APBT ;
216
216
else {
217
- pr_warn ("X86 INTEL_MID timer option %s not recognised"
218
- " use x86_intel_mid_timer=apbt_only or lapic_and_apbt\n" ,
219
- arg );
217
+ pr_warn ("X86 INTEL_MID timer option %s not recognised use x86_intel_mid_timer=apbt_only or lapic_and_apbt\n" ,
218
+ arg );
220
219
return - EINVAL ;
221
220
}
222
221
return 0 ;
223
222
}
224
223
__setup ("x86_intel_mid_timer=" , setup_x86_intel_mid_timer );
225
-
You can’t perform that action at this time.
0 commit comments