Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293983
b: refs/heads/master
c: bd0d5aa
h: refs/heads/master
i:
  293981: 074a508
  293979: 54e3a01
  293975: a121ff0
  293967: 2fa34bf
  293951: a0b6489
v: v3
  • Loading branch information
Jan Beulich authored and Konrad Rzeszutek Wilk committed Mar 13, 2012
1 parent 648652b commit 3633f76
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 73c154c60be106b47f15d1111fc2d75cc7a436f2
refs/heads/master: bd0d5aa417d40d6b996fb7b5c926bcecd56c8984
3 changes: 2 additions & 1 deletion trunk/drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,12 @@ int xenbus_dev_remove(struct device *_dev)
DPRINTK("%s", dev->nodename);

free_otherend_watch(dev);
free_otherend_details(dev);

if (drv->remove)
drv->remove(dev);

free_otherend_details(dev);

xenbus_switch_state(dev, XenbusStateClosed);
return 0;
}
Expand Down

0 comments on commit 3633f76

Please sign in to comment.