X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fxen%2Fpciback%2Fxenbus.c;fp=drivers%2Fxen%2Fpciback%2Fxenbus.c;h=a1f797e247e5d62d0feb437dfb30d3bcc8a10c61;hp=0026753381a521c3433e33520ce1cd5ed56343dc;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hpb=76828883507a47dae78837ab5dec5a5b4513c667 diff --git a/drivers/xen/pciback/xenbus.c b/drivers/xen/pciback/xenbus.c index 002675338..a1f797e24 100644 --- a/drivers/xen/pciback/xenbus.c +++ b/drivers/xen/pciback/xenbus.c @@ -32,7 +32,7 @@ static struct pciback_device *alloc_pdev(struct xenbus_device *xdev) pdev->evtchn_irq = INVALID_EVTCHN_IRQ; pdev->be_watching = 0; - INIT_WORK(&pdev->op_work, pciback_do_op, pdev); + INIT_DELAYED_WORK(&pdev->op_work, pciback_do_op); if (pciback_init_devices(pdev)) { kfree(pdev);