Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218372
b: refs/heads/master
c: b61f674
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and David S. Miller committed Oct 24, 2010
1 parent b8a5d10 commit a321ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 759a6c768dcdbbb4d3f1fb965b674c15773e09ca
refs/heads/master: b61f674051e58b394454602d492d5e3e3471facc
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/at91_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ static void at91_irq_err_state(struct net_device *dev,
struct can_frame *cf, enum can_state new_state)
{
struct at91_priv *priv = netdev_priv(dev);
u32 reg_idr, reg_ier, reg_ecr;
u32 reg_idr = 0, reg_ier = 0, reg_ecr;
u8 tec, rec;

reg_ecr = at91_read(priv, AT91_ECR);
Expand Down

0 comments on commit a321ec9

Please sign in to comment.