Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
3e735d1e f2cef3f2

+2 -2
+2 -2
drivers/staging/i4l/pcbit/drv.c
··· 699 699 */ 700 700 701 701 static char statbuf[STATBUF_LEN]; 702 - static int stat_st = 0; 703 - static int stat_end = 0; 702 + static int stat_st; 703 + static int stat_end; 704 704 705 705 static int pcbit_stat(u_char __user *buf, int len, int driver, int channel) 706 706 {