Re: [PATCH v2] s390: use kcalloc instead of kmalloc and memset

2013-03-12 Thread Heiko Carstens
On Mon, Mar 11, 2013 at 06:22:10PM +0200, Stelian Nirlu wrote: > Signed-off-by: Stelian Nirlu > --- > arch/s390/net/bpf_jit_comp.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c > index 0972e91..82f165f 10

[PATCH v2] s390: use kcalloc instead of kmalloc and memset

2013-03-11 Thread Stelian Nirlu
Signed-off-by: Stelian Nirlu --- arch/s390/net/bpf_jit_comp.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c index 0972e91..82f165f 100644 --- a/arch/s390/net/bpf_jit_comp.c +++ b/arch/s390/net/bpf_jit_comp.c @@