Re: [PATCH] staging/line6: Fix kzalloc coding style issue

2014-04-07 Thread L . Alberto Giménez
On Mon, Apr Apr 2014 at 08:05:04AM +0200, Takashi Iwai said: > At Mon, 7 Apr 2014 00:12:30 +0200, > L. Alberto Giménez wrote: > > > > Pass the actual variable to sizeof instead of a type definition. > > > > Signed-off-by: L. Alberto Giménez > > Acked-by: Takashi Iwai > > BTW, does anyone wor

Re: [PATCH] staging/line6: Fix kzalloc coding style issue

2014-04-06 Thread Takashi Iwai
At Mon, 7 Apr 2014 00:12:30 +0200, L. Alberto Giménez wrote: > > Pass the actual variable to sizeof instead of a type definition. > > Signed-off-by: L. Alberto Giménez Acked-by: Takashi Iwai BTW, does anyone work on line6 stuff actively? It's been in staging forever, and it's difficult to pr

[PATCH] staging/line6: Fix kzalloc coding style issue

2014-04-06 Thread L . Alberto Giménez
Pass the actual variable to sizeof instead of a type definition. Signed-off-by: L. Alberto Giménez --- drivers/staging/line6/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c index 661080b..a3136b1 100644 --- a/dri