Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a16448e0 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Konrad Rzeszutek Wilk
Browse files

xen/xenbus: cleanup debug noise in xenbus_comms.c

parent 7432e4bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ static DECLARE_WAIT_QUEUE_HEAD(xb_waitq);
static irqreturn_t wake_waiting(int irq, void *unused)
{
	if (unlikely(xenstored_ready == 0)) {
		printk(KERN_CRIT "xenbus_probe wake_waiting\n");
		xenstored_ready = 1;
		schedule_work(&probe_work);
	}