Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204772
b: refs/heads/master
c: 31de189
h: refs/heads/master
v: v3
  • Loading branch information
Stefano Stabellini authored and Jeremy Fitzhardinge committed Aug 4, 2010
1 parent a880453 commit 8a9a4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f89e048e76da7ac0b4c89e75606ca7a3422886b1
refs/heads/master: 31de189f7d02da163f77d46a86d9e655a2d83124
5 changes: 1 addition & 4 deletions trunk/drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,10 +752,7 @@ int register_xenstore_notifier(struct notifier_block *nb)
{
int ret = 0;

if (xenstored_ready > 0)
ret = nb->notifier_call(nb, 0, NULL);
else
blocking_notifier_chain_register(&xenstore_chain, nb);
blocking_notifier_chain_register(&xenstore_chain, nb);

return ret;
}
Expand Down

0 comments on commit 8a9a4d9

Please sign in to comment.