]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mlxbf_gige: emit messages during open and probe failures
authorDavid Thompson <davthompson@nvidia.com>
Tue, 1 Jul 2025 18:03:24 +0000 (14:03 -0400)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 01:34:46 +0000 (18:34 -0700)
commite2793101d6a99cc8b2f7793aeceada09c18719ae
treefe7f1d24d19b24c17aba38380a473350513be483
parent59f44c9ccc3bb68aa3b062b8e57ce0e1ee2fca75
mlxbf_gige: emit messages during open and probe failures

The open() and probe() functions of the mlxbf_gige driver
check for errors during initialization, but do not provide
details regarding the errors. The mlxbf_gige driver should
provide error details in the kernel log, noting what step
of initialization failed.

Signed-off-by: David Thompson <davthompson@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250701180324.29683-1-davthompson@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c