Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274726
b: refs/heads/master
c: 6913200
h: refs/heads/master
v: v3
  • Loading branch information
Ruslan Pisarev authored and Konrad Rzeszutek Wilk committed Jul 26, 2011
1 parent e3ec11c commit 0e6fb75
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 822a259aa17e977892bf9dbb546522c477f7b7cb
refs/heads/master: 6913200a566b6d2866d46d7b947a2326c4e11f55
7 changes: 3 additions & 4 deletions trunk/drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ void xenbus_unregister_driver(struct xenbus_driver *drv)
}
EXPORT_SYMBOL_GPL(xenbus_unregister_driver);

struct xb_find_info
{
struct xb_find_info {
struct xenbus_device *dev;
const char *nodename;
};
Expand Down Expand Up @@ -639,7 +638,7 @@ int xenbus_dev_cancel(struct device *dev)
EXPORT_SYMBOL_GPL(xenbus_dev_cancel);

/* A flag to determine if xenstored is 'ready' (i.e. has started) */
int xenstored_ready = 0;
int xenstored_ready;


int register_xenstore_notifier(struct notifier_block *nb)
Expand Down Expand Up @@ -762,7 +761,7 @@ static int __init xenbus_init(void)

return 0;

out_error:
out_error:
if (page != 0)
free_page(page);

Expand Down

0 comments on commit 0e6fb75

Please sign in to comment.