aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/xenbus/xenbus_comms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_comms.c b/drivers/xen/xenbus/xenbus_comms.c
index 700dc7714838..090c61ee8fd0 100644
--- a/drivers/xen/xenbus/xenbus_comms.c
+++ b/drivers/xen/xenbus/xenbus_comms.c
@@ -49,7 +49,6 @@ static DECLARE_WAIT_QUEUE_HEAD(xb_waitq);
49static irqreturn_t wake_waiting(int irq, void *unused) 49static irqreturn_t wake_waiting(int irq, void *unused)
50{ 50{
51 if (unlikely(xenstored_ready == 0)) { 51 if (unlikely(xenstored_ready == 0)) {
52 printk(KERN_CRIT "xenbus_probe wake_waiting\n");
53 xenstored_ready = 1; 52 xenstored_ready = 1;
54 schedule_work(&probe_work); 53 schedule_work(&probe_work);
55 } 54 }