diff options
Diffstat (limited to 'drivers/net/can')
-rw-r--r-- | drivers/net/can/at91_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/at91_can.c b/drivers/net/can/at91_can.c index 2c17e7437c47..1954ab003db7 100644 --- a/drivers/net/can/at91_can.c +++ b/drivers/net/can/at91_can.c | |||
@@ -764,7 +764,7 @@ static void at91_irq_err_state(struct net_device *dev, | |||
764 | struct can_frame *cf, enum can_state new_state) | 764 | struct can_frame *cf, enum can_state new_state) |
765 | { | 765 | { |
766 | struct at91_priv *priv = netdev_priv(dev); | 766 | struct at91_priv *priv = netdev_priv(dev); |
767 | u32 reg_idr, reg_ier, reg_ecr; | 767 | u32 reg_idr = 0, reg_ier = 0, reg_ecr; |
768 | u8 tec, rec; | 768 | u8 tec, rec; |
769 | 769 | ||
770 | reg_ecr = at91_read(priv, AT91_ECR); | 770 | reg_ecr = at91_read(priv, AT91_ECR); |