Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34787 )
Change subject: soc/nvidia/tegra210: Fix potential NULL pointer dereference ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34787/2/src/soc/nvidia/tegra210/spi... File src/soc/nvidia/tegra210/spi.c:
https://review.coreboot.org/c/coreboot/+/34787/2/src/soc/nvidia/tegra210/spi... PS2, Line 584: if (spi->dma_in) {
This if statement can be removed now
Done
https://review.coreboot.org/c/coreboot/+/34787/2/src/soc/nvidia/tegra210/spi... PS2, Line 596: if (spi->dma_out) {
Same as this one
Done