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
f5a88ffc22
commit
0842b64382
|
@ -476,7 +476,7 @@ void ConfigList::updateListAllForAll()
|
|||
while (it.hasNext()) {
|
||||
ConfigList *list = it.next();
|
||||
|
||||
list->updateList();
|
||||
list->updateListAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user