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

Do not initialise statics to 0.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sandhya Bankar 2016-03-20 16:50:49 +05:30 committed by Greg Kroah-Hartman
parent f2cef3f2db
commit 3e735d1e3a

View file

@ -699,8 +699,8 @@ void pcbit_l3_receive(struct pcbit_dev *dev, ulong msg,
*/
static char statbuf[STATBUF_LEN];
static int stat_st = 0;
static int stat_end = 0;
static int stat_st;
static int stat_end;
static int pcbit_stat(u_char __user *buf, int len, int driver, int channel)
{