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] [linux-2.6.18-xen] merge

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1204196158 0
# Node ID 10f6aed62763c5a9c515d6da2c05dce249620d9b
# Parent  c7ed6fe5dca0a491c42f288676f41f499f611612
# Parent  7c04748ed275531734d24ba40261143c77acdcb8
merge
---
 drivers/xen/pcifront/xenbus.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r c7ed6fe5dca0 -r 10f6aed62763 drivers/xen/pcifront/xenbus.c
--- a/drivers/xen/pcifront/xenbus.c     Thu Feb 28 10:55:18 2008 +0000
+++ b/drivers/xen/pcifront/xenbus.c     Thu Feb 28 10:55:58 2008 +0000
@@ -17,7 +17,7 @@ static struct pcifront_device *alloc_pde
 {
        struct pcifront_device *pdev;
 
-       pdev = kmalloc(sizeof(struct pcifront_device), GFP_KERNEL);
+       pdev = kzalloc(sizeof(struct pcifront_device), GFP_KERNEL);
        if (pdev == NULL)
                goto out;
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] merge, Xen patchbot-linux-2.6.18-xen <=