[PATCH v2 3/6] cdx: controller: Drop useless probe success message

From: Krzysztof Kozlowski
Date: Wed Apr 30 2025 - 14:43:44 EST


Drivers should be silent on probe success, unless they print some useful
information. Printing "hey I probed" is not useful and kernel already
gives mechanism to investigate that (e.g. sysfs, tracing, initcall
debug).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
drivers/cdx/controller/cdx_controller.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/cdx/controller/cdx_controller.c b/drivers/cdx/controller/cdx_controller.c
index 3df35833f0e0a994af0606eee0dc1dfc9c7c22f9..fce90926d3378ae60166426cbf8e4a4fe014af86 100644
--- a/drivers/cdx/controller/cdx_controller.c
+++ b/drivers/cdx/controller/cdx_controller.c
@@ -205,7 +205,6 @@ static int xlnx_cdx_probe(struct platform_device *pdev)
goto cdx_rpmsg_fail;
}

- dev_info(&pdev->dev, "Successfully registered CDX controller with RPMsg as transport\n");
return 0;

cdx_rpmsg_fail:

--
2.45.2