14 lines
465 B
Diff
14 lines
465 B
Diff
diff --git a/src/armsoc_driver.c b/src/armsoc_driver.c
|
|
index 83e74a7..5c988ec 100644
|
|
--- a/src/armsoc_driver.c
|
|
+++ b/src/armsoc_driver.c
|
|
@@ -892,7 +892,7 @@ ARMSOCPreInit(ScrnInfoPtr pScrn, int flags)
|
|
pARMSOC->useUmplock = xf86ReturnOptValBool(pARMSOC->pOptionInfo,
|
|
OPTION_UMP_LOCK, FALSE);
|
|
INFO_MSG("umplock is %s",
|
|
- pARMSOC->useUmplock ? "Disabled" : "Enabled");
|
|
+ pARMSOC->useUmplock ? "Enabled" : "Disabled");
|
|
|
|
/*
|
|
* Select the video modes:
|