mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ion: Fixed initialization of static variable to 0
@ 2017-04-27 23:29 Fabrizio Perria
  2017-04-28  7:29 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrizio Perria @ 2017-04-27 23:29 UTC (permalink / raw)
  To: labbott, sumit.semwal, gregkh, arve, riandrews, devel, linux-kernel
  Cc: Fabrizio

From: Fabrizio <fabrizio.perria@gmail.com>

Signed-off-by: Fabrizio <fabrizio.perria@gmail.com>
---
 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/drivers/staging/android/ion/ion.c
@@ -41,7 +41,7 @@
 #include "ion.h"
 
 static struct ion_device *internal_dev;
-static int heap_id = 0;
+static int heap_id;
 
 bool ion_buffer_cached(struct ion_buffer *buffer)
 {
-- 
1.9.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ion: Fixed initialization of static variable to 0
  2017-04-27 23:29 [PATCH] ion: Fixed initialization of static variable to 0 Fabrizio Perria
@ 2017-04-28  7:29 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-04-28  7:29 UTC (permalink / raw)
  To: Fabrizio Perria
  Cc: labbott, sumit.semwal, arve, riandrews, devel, linux-kernel

On Thu, Apr 27, 2017 at 07:29:53PM -0400, Fabrizio Perria wrote:
> From: Fabrizio <fabrizio.perria@gmail.com>

I need a full name here.

> 
> Signed-off-by: Fabrizio <fabrizio.perria@gmail.com>

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
(look at other patches for this file...)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-28  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27 23:29 [PATCH] ion: Fixed initialization of static variable to 0 Fabrizio Perria
2017-04-28  7:29 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®