Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30862
b: refs/heads/master
c: 83901fc
h: refs/heads/master
v: v3
  • Loading branch information
Willson Callan authored and Linus Torvalds committed Jun 28, 2006
1 parent edd6a84 commit 46bee9d
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: 6b2652936b9e61df47664a8dde46872a74d7dba2
refs/heads/master: 83901fc1c786c642c576f51302d79df849ad7d71
6 changes: 3 additions & 3 deletions trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,13 +1387,13 @@ static void __inline__ fec_request_intrs(struct net_device *dev)
{
volatile unsigned char *icrp;
volatile unsigned long *imrp;
int i;
int i, ilip;

b = (fep->index) ? MCFICM_INTC1 : MCFICM_INTC0;
icrp = (volatile unsigned char *) (MCF_IPSBAR + b +
MCFINTC_ICR0);
for (i = 23; (i < 36); i++)
icrp[i] = 0x23;
for (i = 23, ilip = 0x28; (i < 36); i++)
icrp[i] = ilip--;

imrp = (volatile unsigned long *) (MCF_IPSBAR + b +
MCFINTC_IMRH);
Expand Down

0 comments on commit 46bee9d

Please sign in to comment.