Re: [PATCH] sparc: kernel: GRPCI2: Remove a useless memset

2015-05-31 Thread David Miller
From: Christophe Jaillet Date: Fri, 1 May 2015 14:05:39 +0200 > grpci2priv is allocated using kzalloc, so there is no need to memset it. > > Signed-off-by: Christophe Jaillet Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord

[PATCH] sparc: kernel: GRPCI2: Remove a useless memset

2015-05-01 Thread Christophe Jaillet
grpci2priv is allocated using kzalloc, so there is no need to memset it. Signed-off-by: Christophe Jaillet --- arch/sparc/kernel/leon_pci_grpci2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sparc/kernel/leon_pci_grpci2.c b/arch/sparc/kernel/leon_pci_grpci2.c index 94e392b..814fb17