Re: [PATCH] ion: Fixed initialization of static variable to 0

2017-04-28 Thread Greg KH
On Thu, Apr 27, 2017 at 07:29:53PM -0400, Fabrizio Perria wrote: > From: Fabrizio I need a full name here. > > Signed-off-by: Fabrizio And here. Also, I can not take patches without any changelog text, please fix, and fix up your subject to say what part of the kernel you are working with (l

[PATCH] ion: Fixed initialization of static variable to 0

2017-04-27 Thread Fabrizio Perria
From: Fabrizio Signed-off-by: Fabrizio --- drivers/staging/android/ion/ion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index fb836c6..03d3a4f 100644 --- a/drivers/staging/android/ion/ion.c +++ b/dri