Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32196
b: refs/heads/master
c: 9c6c679
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jul 8, 2006
1 parent f891cf0 commit 5ba23e5
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: 1252ecf63f77ea147bd40f5462c7d9e3d3ae2815
refs/heads/master: 9c6c6795eda34e4dc38ecac912a16b6314082beb
3 changes: 2 additions & 1 deletion trunk/drivers/net/irda/ali-ircc.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static int __init ali_ircc_init(void)
{
ali_chip_t *chip;
chipio_t info;
int ret = -ENODEV;
int ret;
int cfg, cfg_base;
int reg, revision;
int i = 0;
Expand All @@ -160,6 +160,7 @@ static int __init ali_ircc_init(void)
return ret;
}

ret = -ENODEV;

/* Probe for all the ALi chipsets we know about */
for (chip= chips; chip->name; chip++, i++)
Expand Down

0 comments on commit 5ba23e5

Please sign in to comment.