提交 3e735d1e 编写于 作者: S Sandhya Bankar 提交者: Greg Kroah-Hartman

Staging: i4l: pcbit: drv: Do not initialise statics to 0.

Do not initialise statics to 0.
Signed-off-by: NSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f2cef3f2
...@@ -699,8 +699,8 @@ void pcbit_l3_receive(struct pcbit_dev *dev, ulong msg, ...@@ -699,8 +699,8 @@ void pcbit_l3_receive(struct pcbit_dev *dev, ulong msg,
*/ */
static char statbuf[STATBUF_LEN]; static char statbuf[STATBUF_LEN];
static int stat_st = 0; static int stat_st;
static int stat_end = 0; static int stat_end;
static int pcbit_stat(u_char __user *buf, int len, int driver, int channel) static int pcbit_stat(u_char __user *buf, int len, int driver, int channel)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册