lkml.org 
[lkml]   [2013]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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
>


\
 
 \ /
  Last update: 2013-12-13 18:01    [W:0.147 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site