mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-07-08 18:13:59 +02: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:
committed by
Greg Kroah-Hartman
parent
f5a88ffc22
commit
0842b64382
@@ -476,7 +476,7 @@ void ConfigList::updateListAllForAll()
|
||||
while (it.hasNext()) {
|
||||
ConfigList *list = it.next();
|
||||
|
||||
list->updateList();
|
||||
list->updateListAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user