tools/testing/cxl: Remove cxl_test module math loading message
authorAlison Schofield <alison.schofield@intel.com>
Thu, 26 Jan 2023 17:05:55 +0000 (09:05 -0800)
committerDan Williams <dan.j.williams@intel.com>
Thu, 26 Jan 2023 23:57:42 +0000 (15:57 -0800)
commit66f3cb7993c2729b72e20313f8dc6e0716416186
tree1eabd27cf5171eccae766951af5914bff4db8f73
parentee611e5e6616f7981939cc0441a5fb531312c2b6
tools/testing/cxl: Remove cxl_test module math loading message

Commit "tools/testing/cxl: Add XOR Math support to cxl_test" added
a module parameter to cxl_test for the interleave_arithmetic option.

In doing so, it also added this dev_dbg() message describing which
option cxl_test used during load:
"[  111.743246] (NULL device *): cxl_test loading modulo math option"
That "(NULL device *)" has raised needless user concern.

Remove the dev_dbg() message and make the module_param readable via
sysfs for users that need to know which math option is active.

Suggested-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
Link: https://lore.kernel.org/r/20230126170555.701240-1-alison.schofield@intel.com
Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/cxl/test/cxl.c