Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214850
b: refs/heads/master
c: 1790c22
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Oct 4, 2010
1 parent f3aca07 commit fa40841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: f009627b71eacfeede3d63b00a25afdf5e3e24bb
refs/heads/master: 1790c228fb3f57793160c0f0c20b55c398cab106
6 changes: 2 additions & 4 deletions trunk/drivers/atm/idt77252.c
Original file line number Diff line number Diff line change
Expand Up @@ -3152,7 +3152,7 @@ deinit_card(struct idt77252_dev *card)
}


static int __devinit
static void __devinit
init_sram(struct idt77252_dev *card)
{
int i;
Expand Down Expand Up @@ -3298,7 +3298,6 @@ init_sram(struct idt77252_dev *card)
SAR_REG_RXFD);

IPRINTK("%s: SRAM initialization complete.\n", card->name);
return 0;
}

static int __devinit
Expand Down Expand Up @@ -3410,8 +3409,7 @@ init_card(struct atm_dev *dev)

writel(readl(SAR_REG_CFG) | conf, SAR_REG_CFG);

if (init_sram(card) < 0)
return -1;
init_sram(card);

/********************************************************************/
/* A L L O C R A M A N D S E T V A R I O U S T H I N G S */
Expand Down

0 comments on commit fa40841

Please sign in to comment.