Commit 8103a48d authored by Peter Karlsson's avatar Peter Karlsson Committed by Greg Kroah-Hartman

staging: ft1000-usb: Removed global initialization

Fix checkpatch error about initialize globals to 0.
Signed-off-by: default avatarPeter Karlsson <peter.p.karlsson@svt.se>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9d3faee
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment