Attention is currently required from: Edward O'Callaghan, Angel Pons, Anastasia Klimchuk, Peter Marheine.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/59275 )
Change subject: pcidev: Avoid internal programmer relying on pacc global
......................................................................
Patch Set 3:
(2 comments)
File internal.c:
https://review.coreboot.org/c/flashrom/+/59275/comment/d5aeccf1_12ee4ee6
PS3, Line 41: temp = pcidev_scandev(&filter, NULL);
: for (; temp; temp = pcidev_scandev(&filter, temp)) {
I guess this could also be written as
while ((temp = pcidev_scandev(&filter, temp))
with `temp` initialized to `NULL`, ofc.
https://review.coreboot.org/c/flashrom/+/59275/comment/85f936f7_86d32eda
PS3, Line 43: if (pci_filter_match(&filter, temp)) {
That's what pcidev_scandev() does, isn't it?
--
To view, visit
https://review.coreboot.org/c/flashrom/+/59275
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id83bfd41f785f907e52a65a6689e8c7016fc1b77
Gerrit-Change-Number: 59275
Gerrit-PatchSet: 3
Gerrit-Owner: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Peter Marheine
pmarheine@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Attention: Peter Marheine
pmarheine@chromium.org
Gerrit-Comment-Date: Wed, 15 Dec 2021 11:52:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment