Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35277
b: refs/heads/master
c: 6b12a3d
h: refs/heads/master
i:
  35275: 9a25d1b
v: v3
  • Loading branch information
Jeff Garzik committed Sep 11, 2006
1 parent 90db58c commit 64a3b19
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: 0486a8c83b0f83c52c4d93accd841e08ccdf04dc
refs/heads/master: 6b12a3d35ff6cb09f8b777ab258ea1e32c680d62
4 changes: 2 additions & 2 deletions trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ dm9000_release_board(struct platform_device *pdev, struct board_info *db)
kfree(db->data_req);
}

if (db->addr_res != NULL) {
release_resource(db->addr_res);
if (db->addr_req != NULL) {
release_resource(db->addr_req);
kfree(db->addr_req);
}
}
Expand Down

0 comments on commit 64a3b19

Please sign in to comment.