search for: 36b810d

Displaying 4 results from an estimated 4 matches for "36b810d".

Did you mean: 369810
2008 Jan 08
1
[PATCH] Remove unnecessary pr_debug()
This is not formatted correctly and really not useful, so let's just remove it. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 36b810d..2882490 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(pci, virtio_pci_id_table); static void virtio_pci_root_release(struct device *d) { - pr_debug("%s\n", __FUNCTION__); } /* A PCI device has it's own stru...
2008 Jan 08
1
[PATCH] Remove unnecessary pr_debug()
This is not formatted correctly and really not useful, so let's just remove it. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 36b810d..2882490 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(pci, virtio_pci_id_table); static void virtio_pci_root_release(struct device *d) { - pr_debug("%s\n", __FUNCTION__); } /* A PCI device has it's own stru...
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
The virtio modules do not advertise themselves as GPL but rely on exported GPL symbols. This makes them unloadable as modules. This patch adds the appropriate MODULE_LICENSE(). Signed-off: Anthony Liguori <aliguori@us.ibm.com> diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 54a8017..8f6040d 100644 --- a/drivers/block/virtio_blk.c +++
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
The virtio modules do not advertise themselves as GPL but rely on exported GPL symbols. This makes them unloadable as modules. This patch adds the appropriate MODULE_LICENSE(). Signed-off: Anthony Liguori <aliguori@us.ibm.com> diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 54a8017..8f6040d 100644 --- a/drivers/block/virtio_blk.c +++