Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187975
b: refs/heads/master
c: e9dcd16
h: refs/heads/master
i:
  187973: 13948f8
  187971: 76515d9
  187967: 4d4a899
v: v3
  • Loading branch information
Barry Song authored and David S. Miller committed Mar 8, 2010
1 parent 78731d9 commit 26f8059
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 28b2774a0d5852236dab77a4147b8b88548110f1
refs/heads/master: e9dcd1613f0ac0b3573b7d813a2c5672cd8302eb
3 changes: 2 additions & 1 deletion trunk/drivers/net/can/bfin_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#define DRV_NAME "bfin_can"
#define BFIN_CAN_TIMEOUT 100
#define TX_ECHO_SKB_MAX 1

/*
* transmit and receive channels
Expand Down Expand Up @@ -593,7 +594,7 @@ struct net_device *alloc_bfin_candev(void)
struct net_device *dev;
struct bfin_can_priv *priv;

dev = alloc_candev(sizeof(*priv));
dev = alloc_candev(sizeof(*priv), TX_ECHO_SKB_MAX);
if (!dev)
return NULL;

Expand Down

0 comments on commit 26f8059

Please sign in to comment.