]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
spi: lpspi: Simplify some error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 5 Aug 2022 21:39:19 +0000 (23:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:18 +0000 (15:11 +0200)
commit894ac00deb844196bc85f54a3e56299dc54e138c
tree311815bfad99abe4f8780130673248c793109778
parent1e0417dc346abb97850e6a73762a8bf72913a27a
spi: lpspi: Simplify some error message

commit 0df874c6712d9aa8f43c50ec887a21f7b86fc917 upstream.

dev_err_probe() already prints the error code in a human readable way, so
there is no need to duplicate it as a numerical value at the end of the
message.

Fixes: 12f62a857c83 ("spi: lpspi: Silence error message upon deferred probe")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-By: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/253543c462b765eca40ba54c66f4e3fdf4acdeb7.1659735546.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-fsl-lpspi.c