From 292ee416246101a45f309e2bfdd7329ddbf35935 Mon Sep 17 00:00:00 2001 From: Thomas Meyer Date: Sat, 19 Nov 2011 12:27:39 +0100 Subject: [PATCH] --- yaml --- r: 279754 b: refs/heads/master c: ac0d1a48d8b18c4808ab73d990b83bb032f21c25 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ia64/sn/pci/tioca_provider.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ff18d54888a1..f855403d7cb7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76d71ebddf23e8195dd5f7889cb2844530689907 +refs/heads/master: ac0d1a48d8b18c4808ab73d990b83bb032f21c25 diff --git a/trunk/arch/ia64/sn/pci/tioca_provider.c b/trunk/arch/ia64/sn/pci/tioca_provider.c index 642451e770ea..e77c477245fd 100644 --- a/trunk/arch/ia64/sn/pci/tioca_provider.c +++ b/trunk/arch/ia64/sn/pci/tioca_provider.c @@ -600,11 +600,11 @@ tioca_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *cont * Allocate kernel bus soft and copy from prom. */ - tioca_common = kzalloc(sizeof(struct tioca_common), GFP_KERNEL); + tioca_common = kmemdup(prom_bussoft, sizeof(struct tioca_common), + GFP_KERNEL); if (!tioca_common) return NULL; - memcpy(tioca_common, prom_bussoft, sizeof(struct tioca_common)); tioca_common->ca_common.bs_base = (unsigned long) ioremap(REGION_OFFSET(tioca_common->ca_common.bs_base), sizeof(struct tioca_common));