mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-25 16:49:33 +10:00
kconfig: qconf: fix ConfigList::updateListAllforAll()
[ Upstream commit721bfe583c
] ConfigList::updateListForAll() and ConfigList::updateListAllforAll() are identical. Commitf9b918fae6
("kconfig: qconf: move ConfigView::updateList(All) to ConfigList class") was a misconversion. Fixes:f9b918fae6
("kconfig: qconf: move ConfigView::updateList(All) to ConfigList class") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
05b450da93
commit
9ea1cc8b0e
@ -480,7 +480,7 @@ void ConfigList::updateListAllForAll()
|
||||
while (it.hasNext()) {
|
||||
ConfigList *list = it.next();
|
||||
|
||||
list->updateList();
|
||||
list->updateListAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user