[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1434555131-1483-3-git-send-email-peter.p.karlsson@svt.se>
Date: Wed, 17 Jun 2015 17:32:11 +0200
From: Peter Karlsson <peter.p.karlsson@....se>
To: marek.belisko@...il.com
Cc: gregkh@...uxfoundation.org, julia.lawall@...6.fr, joe@...ches.com,
tapaswenipathak@...il.com, hamohammed.sa@...il.com,
mahfouz.saif.elyazal@...il.com, somyaanand214@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Peter Karlsson <peter.p.karlsson@....se>
Subject: [PATCH 2/2] staging: ft1000-usb: Removed global initialization
Fix checkpatch error about initialize globals to 0.
Signed-off-by: Peter Karlsson <peter.p.karlsson@....se>
---
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
index 7228e14..faac4e5 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
@@ -55,7 +55,7 @@ struct list_head freercvpool;
/* lock to arbitrate free buffer list for receive command data */
spinlock_t free_buff_lock;
-int numofmsgbuf = 0;
+int numofmsgbuf;
/*
* Table of entry-point routines for char device
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists