cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
authorDan Williams <dan.j.williams@intel.com>
Tue, 15 Mar 2022 01:22:44 +0000 (18:22 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 13 Apr 2022 02:11:58 +0000 (19:11 -0700)
commit31e624a77e748e4ab7d5c9c3ddc46ba7735bd75e
tree1f97c97b2b7e9707dc3afdbdb780a0e5a10e0a8c
parent36bfc6ad508af38f212cf5a38147d867fb3f80a8
cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()

cxl_dvsec_decode_init() is tasked with checking whether legacy DVSEC
range based decode is in effect, or whether HDM can be enabled / already
is enabled. As such it either succeeds or fails and that result is the
return value. The @do_hdm_init variable is misleading in the case where
HDM operation is already found to be active, so just call it @retval.

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