mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +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:
parent
3b877fa388
commit
4fc517efa9
|
@ -478,7 +478,7 @@ void ConfigList::updateListAllForAll()
|
||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
ConfigList *list = it.next();
|
ConfigList *list = it.next();
|
||||||
|
|
||||||
list->updateList();
|
list->updateListAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user