cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_probe()
authorDave Jiang <dave.jiang@intel.com>
Fri, 5 Jan 2024 22:07:59 +0000 (15:07 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 5 Jan 2024 22:36:29 +0000 (14:36 -0800)
commit321dd36c286b3f982b341ce9a273b0f66f0e00ed
tree3f560e8953b36637e307ad59768bb9a6d773f67b
parent66f11890d35a609012037cccfd9e63ed98474f99
cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_probe()

Use scope-based resource management __free() macro to drop the open coded
put_device() in cxl_endpoint_port_probe().

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/170449247973.3779673.15088722836135359275.stgit@djiang5-mobl3
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/port.c