search for: pci_bus_prob

Displaying 2 results from an estimated 2 matches for "pci_bus_prob".

Did you mean: pci_bus_probe
2009 May 19
1
[PATCH] virtio_blk: add missing __dev{init,exit} markings
...Mon, 18 May 2009 05:09:09 pm Mike Frysinger wrote: > -static int virtblk_probe(struct virtio_device *vdev) > +static int __devinit virtblk_probe(struct virtio_device *vdev) This makes sense, I think, but then it implies that virtio_dev_probe() should also be __devinit, right? And I look at pci_bus_probe(), and it's not __devinit. Is the PCI code just slack? Rusty.
2009 May 19
1
[PATCH] virtio_blk: add missing __dev{init,exit} markings
...Mon, 18 May 2009 05:09:09 pm Mike Frysinger wrote: > -static int virtblk_probe(struct virtio_device *vdev) > +static int __devinit virtblk_probe(struct virtio_device *vdev) This makes sense, I think, but then it implies that virtio_dev_probe() should also be __devinit, right? And I look at pci_bus_probe(), and it's not __devinit. Is the PCI code just slack? Rusty.