Commit 822a99c4 authored by Peng Li's avatar Peng Li Committed by Marc Kleine-Budde
Browse files

net: at91_can: remove redundant blank lines

parent 42b9fd6e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -935,7 +935,6 @@ static void at91_irq_err_state(struct net_device *dev,
		break;
	}


	/* process state changes depending on the new state */
	switch (new_state) {
	case CAN_STATE_ERROR_ACTIVE:
@@ -1004,7 +1003,6 @@ static int at91_get_state_by_bec(const struct net_device *dev,
	return 0;
}


static void at91_irq_err(struct net_device *dev)
{
	struct at91_priv *priv = netdev_priv(dev);