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

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®