Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354491
b: refs/heads/master
c: ae87d63
h: refs/heads/master
i:
  354489: 2e5cea1
  354487: 4740aae
v: v3
  • Loading branch information
Cyril Roelandt authored and Greg Kroah-Hartman committed Feb 13, 2013
1 parent 6011482 commit 365fb97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 76426daf50d5df38893cc189e9ccd026093debc8
refs/heads/master: ae87d63664721c9022ad709077de82b02b8227ca
9 changes: 3 additions & 6 deletions trunk/drivers/staging/dgrp/dgrp_specproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,14 +777,11 @@ static int dgrp_remove_nd(struct nd_struct *nd)
dgrp_remove_node_class_sysfs_files(nd);
}

if (nd->nd_mon_de)
unregister_dgrp_device(nd->nd_mon_de);
unregister_dgrp_device(nd->nd_mon_de);

if (nd->nd_ports_de)
unregister_dgrp_device(nd->nd_ports_de);
unregister_dgrp_device(nd->nd_ports_de);

if (nd->nd_dpa_de)
unregister_dgrp_device(nd->nd_dpa_de);
unregister_dgrp_device(nd->nd_dpa_de);

dgrp_tty_uninit(nd);

Expand Down

0 comments on commit 365fb97

Please sign in to comment.