ia64/linux-2.6.18-xen.hg
changeset 453:10f6aed62763
merge
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Feb 28 10:55:58 2008 +0000 (2008-02-28) |
parents | c7ed6fe5dca0 7c04748ed275 |
children | 57dfe0098000 |
files |
line diff
1.1 --- a/drivers/xen/pcifront/xenbus.c Thu Feb 28 10:55:18 2008 +0000 1.2 +++ b/drivers/xen/pcifront/xenbus.c Thu Feb 28 10:55:58 2008 +0000 1.3 @@ -17,7 +17,7 @@ static struct pcifront_device *alloc_pde 1.4 { 1.5 struct pcifront_device *pdev; 1.6 1.7 - pdev = kmalloc(sizeof(struct pcifront_device), GFP_KERNEL); 1.8 + pdev = kzalloc(sizeof(struct pcifront_device), GFP_KERNEL); 1.9 if (pdev == NULL) 1.10 goto out; 1.11