spi: tegra210-quad: Fix an error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 7 May 2021 16:26:39 +0000 (18:26 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 10 May 2021 12:17:19 +0000 (13:17 +0100)
commit665a990fdbea66a4d2af0287420f8266631be2ab
tree2692a87b231d31f011f32824f86a544a7f40597a
parent86b1d8ecb5f1f271a660ce0b882658447f85904a
spi: tegra210-quad: Fix an error message

'ret' is known to be 0 here.
No error code is available, so just remove it from the error message.

Fixes: 921fc1838fb0 ("spi: tegra210-quad: Add support for Tegra210 QSPI controller")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/b990c1bb5830196142c3d70e3e3c6c0245a7e75f.1620404705.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra210-quad.c