virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove unnecessary pr_debug()
@ 2008-01-08 22:42 Anthony Liguori
  2008-01-11  9:53 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Liguori @ 2008-01-08 22:42 UTC (permalink / raw)
  To: virtualization; +Cc: Anthony Liguori

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove unnecessary pr_debug()
  2008-01-08 22:42 [PATCH] Remove unnecessary pr_debug() Anthony Liguori
@ 2008-01-11  9:53 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-01-11  9:53 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: virtualization

On Wednesday 09 January 2008 09:42:05 Anthony Liguori wrote:
> This is not formatted correctly and really not useful, so let's just remove
> it.
>
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Thanks, applied.

Rusty.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-11  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-08 22:42 [PATCH] Remove unnecessary pr_debug() Anthony Liguori
2008-01-11  9:53 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).