Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32990 )
Change subject: superio/fintek/f71863fg: Remove variable set but not used ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/32990/1/src/superio/fintek/f71863fg/superio.... File src/superio/fintek/f71863fg/superio.c:
https://review.coreboot.org/#/c/32990/1/src/superio/fintek/f71863fg/superio.... PS1, Line 32: find_resource(dev, PNP_IDX_IO0); hmm, this function call is an "interesting" way to make sure that PNP_IDX_IO0 is set (the function calls die("") when it isn't)