Skip to content
Commit 8fce4271 authored by Robert Richter's avatar Robert Richter Committed by Greg Kroah-Hartman
Browse files

cxl: Unify debug messages when calling devm_cxl_add_port()



[ Upstream commit f3cd264c ]

CXL ports are added in a couple of code paths using devm_cxl_add_port().
Debug messages are individually generated, but are incomplete and
inconsistent. Change this by moving its generation to
devm_cxl_add_port(). This unifies the messages and reduces code
duplication.  Also, generate messages on failure. Use a
__devm_cxl_add_port() wrapper to keep the readability of the error
exits.

Signed-off-by: default avatarRobert Richter <rrichter@amd.com>
Link: https://lore.kernel.org/r/20221018132341.76259-4-rrichter@amd.com


Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
Stable-dep-of: 98a04c7a ("cxl/region: Fix x1 root-decoder granularity calculations")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent e841a59a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment