Re: ia64: dmi.h: Make dmi_alloc use kzalloc

2013-07-09 Thread Tony Luck
On Tue, Jul 9, 2013 at 10:13 AM, Joe Perches wrote: > x86/ia64 have a slight mismatch in dmi_alloc as > x86 does a memset(0), and ia64 just does kmalloc. > > Make the ia64 dmi_alloc match the x86 style. > > Signed-off-by: Joe Perches Applied. Thanks Joe. -Tony -- To unsubscribe from this list:

ia64: dmi.h: Make dmi_alloc use kzalloc

2013-07-09 Thread Joe Perches
x86/ia64 have a slight mismatch in dmi_alloc as x86 does a memset(0), and ia64 just does kmalloc. Make the ia64 dmi_alloc match the x86 style. Signed-off-by: Joe Perches --- arch/ia64/include/asm/dmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/include/asm/dmi