Commit 1d0dcb63 authored by Terry Geng's avatar Terry Geng Committed by Benjamin Cabé
Browse files

drivers: spi: spi_pico_pio: Correct log message



Remove the trailing `\n`.

Signed-off-by: default avatarTerry Geng <terry@terriex.com>
parent c8a9b5f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -387,7 +387,7 @@ static int spi_pico_pio_configure(const struct spi_pico_pio_config *dev_cfg,
			wrap = RPI_PICO_PIO_GET_WRAP(spi_mode_0_1);
			wrap = RPI_PICO_PIO_GET_WRAP(spi_mode_0_1);
			cycles = SPI_MODE_0_1_CYCLES;
			cycles = SPI_MODE_0_1_CYCLES;
		} else {
		} else {
			LOG_ERR("Not supported:  cpol=%d, cpha=%d\n", cpol, cpha);
			LOG_ERR("Not supported:  cpol=%d, cpha=%d", cpol, cpha);
			return -ENOTSUP;
			return -ENOTSUP;
		}
		}