Skip to content

Commit

Permalink
s390/defkeymap: fix global init to zero
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Borntraeger <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
borntraeger authored and Martin Schwidefsky committed Mar 19, 2018
1 parent 936b216 commit c9f52c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/char/defkeymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ char ebc_func_buf[] = {

char *ebc_funcbufptr = ebc_func_buf;
int ebc_funcbufsize = sizeof(ebc_func_buf);
int ebc_funcbufleft = 0; /* space left */
int ebc_funcbufleft; /* space left */

char *ebc_func_table[MAX_NR_FUNC] = {
ebc_func_buf + 0,
Expand Down

0 comments on commit c9f52c2

Please sign in to comment.