Subject: Remove unnecessary pr_debug()
Date: Tue, 8 Jan 2008 16:42:05 -0600
From: Anthony Liguori <aliguori@us.ibm.com>

This is not formatted correctly and really not useful, so let's just remove it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 drivers/virtio/virtio_pci.c |    1 -
 1 file changed, 1 deletion(-)

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 struct device and so does a virtio device so

