projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086effa
)
bridge: add missing device cleanup
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 3 Oct 2011 01:08:19 +0000
(
03:08
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 3 Oct 2011 01:08:22 +0000
(
03:08
+0200)
bridge.c
patch
|
blob
|
history
diff --git
a/bridge.c
b/bridge.c
index c48381be2ad99302162226eda69f2ca5a1bb911d..0ae9d00d1badbc45d666d5238367399861abdd37 100644
(file)
--- a/
bridge.c
+++ b/
bridge.c
@@
-281,6
+281,7
@@
bridge_free(struct device *dev)
struct bridge_state *bst;
struct bridge_member *bm;
+ device_cleanup(dev);
bst = container_of(dev, struct bridge_state, dev);
while (!list_empty(&bst->members)) {
bm = list_first_entry(&bst->members, struct bridge_member, list);