Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d344c6d6 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: mcp251x: fix print formating strings



This patch fixes the print format strings in the driver.

Acked-by: default avatarSean Nyekjaer <sean@geanix.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 46695974
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -561,8 +561,7 @@ static int mcp251x_set_normal_mode(struct spi_device *spi)
		while (mcp251x_read_reg(spi, CANSTAT) & CANCTRL_REQOP_MASK) {
			schedule();
			if (time_after(jiffies, timeout)) {
				dev_err(&spi->dev, "MCP251x didn't"
					" enter in normal mode\n");
				dev_err(&spi->dev, "MCP251x didn't enter in normal mode\n");
				return -EBUSY;
			}
		}