summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--super-intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c
index caa3881..a87af21 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -523,7 +523,7 @@ static int imsm_level_to_layout(int level)
return 0;
case 5:
case 6:
- return ALGORITHM_LEFT_SYMMETRIC;
+ return ALGORITHM_LEFT_ASYMMETRIC;
case 10:
return 0x102; //FIXME is this correct?
}