Commit c3436298 authored by Dave Jones's avatar Dave Jones

[PATCH] remove bogus return from mtrr driver.

It's amazing what you spot when you Lindent things.
parent afeca575
......@@ -498,7 +498,6 @@ static int have_wrcomb (void)
case MTRR_IF_INTEL:
rdmsr (MTRRcap_MSR, config, dummy);
return (config & (1<<10));
return 1;
case MTRR_IF_AMD_K6:
case MTRR_IF_CENTAUR_MCR:
case MTRR_IF_CYRIX_ARR:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment