can: mcp251xfd: remove double blank lines
This patch removes double blank lines from the driver. Link: https://lore.kernel.org/all/20220105154300.1258636-2-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
c579792562
commit
2d2116691a
|
@ -979,7 +979,6 @@ static u8 mcp251xfd_get_normal_mode(const struct mcp251xfd_priv *priv)
|
|||
{
|
||||
u8 mode;
|
||||
|
||||
|
||||
if (priv->can.ctrlmode & CAN_CTRLMODE_LOOPBACK)
|
||||
mode = MCP251XFD_REG_CON_MODE_INT_LOOPBACK;
|
||||
else if (priv->can.ctrlmode & CAN_CTRLMODE_LISTENONLY)
|
||||
|
|
|
@ -250,7 +250,6 @@ mcp251xfd_regmap_crc_read_check_crc(const struct mcp251xfd_map_buf_crc * const b
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
mcp251xfd_regmap_crc_read_one(struct mcp251xfd_priv *priv,
|
||||
struct spi_message *msg, unsigned int data_len)
|
||||
|
|
Loading…
Reference in New Issue