Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156912
b: refs/heads/master
c: 64c6460
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Aug 16, 2009
1 parent 5ca3b01 commit 9d3f29f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8cdb045632e5ee22854538619ac6f150eb0a4894
refs/heads/master: 64c6460875957502541a4ba30835ac625a0bee79
2 changes: 1 addition & 1 deletion trunk/drivers/net/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2543,7 +2543,7 @@ static struct cnic_dev *init_bnx2_cnic(struct net_device *dev)
probe = symbol_get(bnx2_cnic_probe);
if (probe) {
ethdev = (*probe)(dev);
symbol_put_addr(probe);
symbol_put(bnx2_cnic_probe);
}
if (!ethdev)
return NULL;
Expand Down

0 comments on commit 9d3f29f

Please sign in to comment.