can: mcp251x: remove unnecessary blank lines
[linux-2.6-microblaze.git] / drivers / net / can / spi / mcp251x.c
index 7dfbb67..d0cf432 100644 (file)
@@ -74,7 +74,6 @@
 #define RTS_TXB2               0x04
 #define INSTRUCTION_RTS(n)     (0x80 | ((n) & 0x07))
 
-
 /* MPC251x registers */
 #define CANSTAT              0x0e
 #define CANCTRL              0x0f
@@ -897,7 +896,6 @@ static irqreturn_t mcp251x_can_ist(int irq, void *dev_id)
                        }
                        netif_wake_queue(net);
                }
-
        }
        mutex_unlock(&priv->mcp_lock);
        return IRQ_HANDLED;