]> git.itanic.dy.fi Git - linux-stable/blobdiff - tools/testing/cxl/test/cxl.c
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
[linux-stable] / tools / testing / cxl / test / cxl.c
index 5342f69d70d20735bfb4119dc5d12873fd5d90e6..41c5d735308e1f127cba4c88bee3c5e37e2c39aa 100644 (file)
@@ -1270,11 +1270,9 @@ static __init int cxl_test_init(void)
        if (interleave_arithmetic == 1) {
                cfmws_start = CFMWS_XOR_ARRAY_START;
                cfmws_end = CFMWS_XOR_ARRAY_END;
-               dev_dbg(NULL, "cxl_test loading xor math option\n");
        } else {
                cfmws_start = CFMWS_MOD_ARRAY_START;
                cfmws_end = CFMWS_MOD_ARRAY_END;
-               dev_dbg(NULL, "cxl_test loading modulo math option\n");
        }
 
        rc = populate_cedt();
@@ -1461,7 +1459,7 @@ static __exit void cxl_test_exit(void)
        unregister_cxl_mock_ops(&cxl_mock_ops);
 }
 
-module_param(interleave_arithmetic, int, 0000);
+module_param(interleave_arithmetic, int, 0444);
 MODULE_PARM_DESC(interleave_arithmetic, "Modulo:0, XOR:1");
 module_init(cxl_test_init);
 module_exit(cxl_test_exit);