提交 8103a48d 编写于 作者: P Peter Karlsson 提交者: Greg Kroah-Hartman

staging: ft1000-usb: Removed global initialization

Fix checkpatch error about initialize globals to 0.
Signed-off-by: NPeter Karlsson <peter.p.karlsson@svt.se>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f9d3faee
...@@ -55,7 +55,7 @@ struct list_head freercvpool; ...@@ -55,7 +55,7 @@ struct list_head freercvpool;
/* lock to arbitrate free buffer list for receive command data */ /* lock to arbitrate free buffer list for receive command data */
spinlock_t free_buff_lock; spinlock_t free_buff_lock;
int numofmsgbuf = 0; int numofmsgbuf;
/* /*
* Table of entry-point routines for char device * Table of entry-point routines for char device
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册