]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cdx: controller: Drop useless probe success message
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 2 May 2025 06:20:35 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2025 10:18:07 +0000 (12:18 +0200)
commitcfe78d4aa9b241ee27b032f71f442d1446aee1fe
treed8dbe435d4a932bdda1adea6995d6f785dadab1f
parentfd353a0e49ec3eb2b331783469b391177a6f72fc
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>
drivers/cdx/controller/cdx_controller.c