can: mcp251x: remove unnecessary blank lines

This patch removes unnecessary blank lines, so that checkpatch doesn't
complain anymore.

Acked-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2019-07-24 14:28:21 +02:00
parent 3b9bcede4d
commit 77654a6da0
1 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@
#define RTS_TXB2 0x04 #define RTS_TXB2 0x04
#define INSTRUCTION_RTS(n) (0x80 | ((n) & 0x07)) #define INSTRUCTION_RTS(n) (0x80 | ((n) & 0x07))
/* MPC251x registers */ /* MPC251x registers */
#define CANSTAT 0x0e #define CANSTAT 0x0e
#define CANCTRL 0x0f #define CANCTRL 0x0f
@ -897,7 +896,6 @@ static irqreturn_t mcp251x_can_ist(int irq, void *dev_id)
} }
netif_wake_queue(net); netif_wake_queue(net);
} }
} }
mutex_unlock(&priv->mcp_lock); mutex_unlock(&priv->mcp_lock);
return IRQ_HANDLED; return IRQ_HANDLED;