spi: stm32: Don't warn about spurious interrupts
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 21 May 2024 10:52:42 +0000 (12:52 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 May 2024 18:12:09 +0000 (19:12 +0100)
commit95d7c452a26564ef0c427f2806761b857106d8c4
tree5692fff1b21106202e09c885dbc78f6b902a2f1c
parent9dedabe95b49ec9b0d16ce8f0ed1f9a12dd4a040
spi: stm32: Don't warn about spurious interrupts

The dev_warn to notify about a spurious interrupt was introduced with
the reasoning that these are unexpected. However spurious interrupts
tend to trigger continously and the error message on the serial console
prevents that the core's detection of spurious interrupts kicks in
(which disables the irq) and just floods the console.

Fixes: c64e7efe46b7 ("spi: stm32: make spurious and overrun interrupts visible")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://msgid.link/r/20240521105241.62400-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c