mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 20:59:11 +08:00
cdx: controller: Drop useless probe success message
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@linaro.org> Acked-by: Nikhil Agarwal <nikhil.agarwal@amd.com> Link: https://lore.kernel.org/r/20250502-cdx-clean-v3-3-6aaa5b369fc5@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fd353a0e49
commit
cfe78d4aa9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user