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

s390/defkeymap: fix global init to zero

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Christian Borntraeger and committed by
Martin Schwidefsky
c9f52c2d 936b2161

+1 -1
+1 -1
drivers/s390/char/defkeymap.c
··· 127 127 128 128 char *ebc_funcbufptr = ebc_func_buf; 129 129 int ebc_funcbufsize = sizeof(ebc_func_buf); 130 - int ebc_funcbufleft = 0; /* space left */ 130 + int ebc_funcbufleft; /* space left */ 131 131 132 132 char *ebc_func_table[MAX_NR_FUNC] = { 133 133 ebc_func_buf + 0,