projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae576f
)
scripts: kconfig: fix jump initialization
author
Stricted
<info@stricted.net>
Fri, 16 Mar 2018 11:36:42 +0000
(12:36 +0100)
committer
Stricted
<info@stricted.net>
Mon, 19 Mar 2018 16:45:55 +0000
(17:45 +0100)
scripts/kconfig/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/menu.c
b/scripts/kconfig/menu.c
index fd3f0180e08fbafb537e128c9e46641288c68774..bea100b245c8d3848edcac722c4351fd9fa834c5 100644
(file)
--- a/
scripts/kconfig/menu.c
+++ b/
scripts/kconfig/menu.c
@@
-525,7
+525,7
@@
static void get_prompt_str(struct gstr *r, struct property *prop,
{
int i, j;
struct menu *submenu[8], *menu, *location = NULL;
- struct jump_key *jump;
+ struct jump_key *jump
= NULL
;
str_printf(r, _("Prompt: %s\n"), _(prop->text));
menu = prop->menu->parent;