Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122178
b: refs/heads/master
c: 46a8494
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent 21bcb39 commit 8acb9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 99da1a8a6dc549630733e1cc246265d282fc214e
refs/heads/master: 46a8494a9de6b88a126993e6012322752f997b88
4 changes: 2 additions & 2 deletions trunk/drivers/net/3c523.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,14 +576,14 @@ static int __init do_elmc_probe(struct net_device *dev)
return retval;
}

#ifdef MODULE
static void cleanup_card(struct net_device *dev)
{
mca_set_adapter_procfn(((struct priv *)netdev_priv(dev))->slot,
NULL, NULL);
release_region(dev->base_addr, ELMC_IO_EXTENT);
}

#ifndef MODULE
#else
struct net_device * __init elmc_probe(int unit)
{
struct net_device *dev = alloc_etherdev(sizeof(struct priv));
Expand Down

0 comments on commit 8acb9db

Please sign in to comment.