All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/pci: correct comment of pci_device_detect()
@ 2015-05-20  6:53 Tiejun Chen
  2015-05-20 10:06 ` Jan Beulich
  0 siblings, 1 reply; 3+ messages in thread
From: Tiejun Chen @ 2015-05-20  6:53 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel

Actually we always return 1 if pci device exists.

Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
---
 xen/drivers/passthrough/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/drivers/passthrough/pci.c b/xen/drivers/passthrough/pci.c
index 862e20f..6cb6e00 100644
--- a/xen/drivers/passthrough/pci.c
+++ b/xen/drivers/passthrough/pci.c
@@ -905,7 +905,7 @@ out:
 }
 
 /*
- * detect pci device, return 0 if it exists, or return 0
+ * detect pci device, return 1 if it exists, or return 0
  */
 int __init pci_device_detect(u16 seg, u8 bus, u8 dev, u8 func)
 {
-- 
1.9.1

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

end of thread, other threads:[~2015-05-20 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20  6:53 [PATCH] xen/pci: correct comment of pci_device_detect() Tiejun Chen
2015-05-20 10:06 ` Jan Beulich
2015-05-20 10:49   ` Chen, Tiejun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.