Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156893
b: refs/heads/master
c: be12159
h: refs/heads/master
i:
  156891: d258501
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Aug 10, 2009
1 parent e65021c commit c8128dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e33b719c8fcccfedc1d25167826a0f93fe6c5a1
refs/heads/master: be12159b24c532b4b48bdec5a543336438faa132
3 changes: 3 additions & 0 deletions trunk/drivers/net/zorro8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ static int __devinit zorro8390_init_one(struct zorro_dev *z,
for (i = ARRAY_SIZE(cards)-1; i >= 0; i--)
if (z->id == cards[i].id)
break;
if (i < 0)
return -ENODEV;

board = z->resource.start;
ioaddr = board+cards[i].offset;
dev = alloc_ei_netdev();
Expand Down

0 comments on commit c8128dc

Please sign in to comment.