> +/* 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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to