WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Build fix.

# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxxxxxxxx
# Node ID 7acaba46e15edc6a07613c833097f662da351552
# Parent  126bef38ce059c8dcf617644e4442bca3ed0a763
Build fix.
---
 linux-2.6-xen-sparse/drivers/xen/console/xencons_ring.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 126bef38ce05 -r 7acaba46e15e 
linux-2.6-xen-sparse/drivers/xen/console/xencons_ring.c
--- a/linux-2.6-xen-sparse/drivers/xen/console/xencons_ring.c   Fri Sep 08 
14:49:00 2006 -0700
+++ b/linux-2.6-xen-sparse/drivers/xen/console/xencons_ring.c   Fri Sep 08 
15:46:54 2006 -0700
@@ -126,7 +126,7 @@ int xencons_ring_init(void)
                handle_input, 0, "xencons", NULL);
        if (irq < 0) {
                printk(KERN_ERR "XEN console request irq failed %i\n", irq);
-               return err;
+               return irq;
        }
 
        xencons_irq = irq;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Build fix., Xen patchbot-unstable <=