Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/34403 )
Change subject: pickit2_spi: Remove dead assignment ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/flashrom/+/34403/1/pickit2_spi.c File pickit2_spi.c:
https://review.coreboot.org/c/flashrom/+/34403/1/pickit2_spi.c@a98 PS1, Line 98: That we didn't check the return value doesn't mean that the line doesn't do something. It sends the `command` to the Pickit. Without that, we can't expect an answer in the next line.