mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 21:09:25 -04:00
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:
committed by
Greg Kroah-Hartman
parent
f2cef3f2db
commit
3e735d1e3a
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user