Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361808
b: refs/heads/master
c: da2191e
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and David S. Miller committed Mar 20, 2013
1 parent aace16e commit 1ecefbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 896ee0eee6261e30c3623be931c3f621428947df
refs/heads/master: da2191e31409d1058dcbed44e8f53e39a40e86b3
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/freescale/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ static int fec_enet_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd)
static void fec_enet_free_buffers(struct net_device *ndev)
{
struct fec_enet_private *fep = netdev_priv(ndev);
int i;
unsigned int i;
struct sk_buff *skb;
struct bufdesc *bdp;

Expand All @@ -1356,7 +1356,7 @@ static void fec_enet_free_buffers(struct net_device *ndev)
static int fec_enet_alloc_buffers(struct net_device *ndev)
{
struct fec_enet_private *fep = netdev_priv(ndev);
int i;
unsigned int i;
struct sk_buff *skb;
struct bufdesc *bdp;

Expand Down Expand Up @@ -1598,7 +1598,7 @@ static int fec_enet_init(struct net_device *ndev)
struct fec_enet_private *fep = netdev_priv(ndev);
struct bufdesc *cbd_base;
struct bufdesc *bdp;
int i;
unsigned int i;

/* Allocate memory for buffer descriptors. */
cbd_base = dma_alloc_coherent(NULL, PAGE_SIZE, &fep->bd_dma,
Expand Down

0 comments on commit 1ecefbb

Please sign in to comment.