Attention is currently required from: Werner Zeh.
Hello Werner Zeh,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/69167
to review the following change.
Change subject: soc/intel/**/fast_spi.c: Drop spurious whitespace ......................................................................
soc/intel/**/fast_spi.c: Drop spurious whitespace
Drop 1 (one) newline and 1 (one) space.
Change-Id: I1972d173f99507dd167bd86c73d99434b04701ab Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/common/block/fast_spi/fast_spi.c 1 file changed, 13 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/69167/1
diff --git a/src/soc/intel/common/block/fast_spi/fast_spi.c b/src/soc/intel/common/block/fast_spi/fast_spi.c index 78225ec..471c85d 100644 --- a/src/soc/intel/common/block/fast_spi/fast_spi.c +++ b/src/soc/intel/common/block/fast_spi/fast_spi.c @@ -210,7 +210,7 @@ /* Write Soft Reset Data register at SPIBAR0 offset 0xF8[0:15] */ write32(spibar + SPIBAR_RESET_DATA, soft_reset_data);
- /* Set Strap Mux Select set to '1' */ + /* Set Strap Mux Select set to '1' */ ssms = read32(spibar + SPIBAR_RESET_CTRL); ssms |= SPIBAR_RESET_CTRL_SSMC; write32(spibar + SPIBAR_RESET_CTRL, ssms); @@ -522,7 +522,6 @@ acpigen_pop_len(); /* Scope */ }
- static void fast_spi_read_resources(struct device *dev) { /* Read standard PCI resources. */