[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 5/5] xen/pciback: PCI reset slot or bus
> +/* Called when 'bind' */ > static int pcistub_probe(struct pci_dev *dev, const struct pci_device_id *id) > { > int err = 0; > @@ -528,6 +617,7 @@ out: > return err; > } > > +/* Called when 'unbind' */ > static void pcistub_remove(struct pci_dev *dev) > { > struct pcistub_device *psdev, *found_psdev = NULL; > @@ -1183,7 +1273,7 @@ static ssize_t pcistub_irq_handler_show(struct > device_driver *drv, char *buf) > continue; > count += > scnprintf(buf + count, PAGE_SIZE - count, > - "%s:%s:%sing:%ld\n", > + "%s:%s:%sing:%ld:%s\n", Um.. clearly it is RFC :-) > pci_name(psdev->dev), > dev_data->isr_on ? "on" : "off", > dev_data->ack_intr ? "ack" : "not ack", > -- > 1.8.3.1 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |