cxl/mem: Replace redundant debug message with a comment
authorDan Williams <dan.j.williams@intel.com>
Fri, 8 Apr 2022 19:30:29 +0000 (12:30 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 13 Apr 2022 02:11:58 +0000 (19:11 -0700)
commit35ee1f499091c76bd5f5d52f5ef79c3568ac74a6
tree4e618c585acd73dcd897ac6aa7246e13a9b72bf8
parent31e624a77e748e4ab7d5c9c3ddc46ba7735bd75e
cxl/mem: Replace redundant debug message with a comment

cxl_mem_probe() already emits a log message when HDM operation can not
be established. Delete the similar one in cxl_hdm_decode_init().

What is less obvious is why global_ctrl being enabled makes positive
values of info->ranges irrelevant, and the Linux behavior with respect
to the spec recommendation to mirror CXL Range registers with HDM
Decoder Base + Size registers.

Cc: Ben Widawsky <ben.widawsky@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Link: https://lore.kernel.org/r/164944616743.454665.7055846627973202403.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/mem.c