From 12459160d1ececda990850d561edec0290c8d983 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 2 Nov 2022 19:07:58 +0100 Subject: soc/intel/**/fast_spi.c: Drop spurious whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop 1 (one) newline and 1 (one) space. Change-Id: I1972d173f99507dd167bd86c73d99434b04701ab Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/69167 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner Reviewed-by: Paul Menzel Reviewed-by: Eric Lai --- src/soc/intel/common/block/fast_spi/fast_spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc/intel/common') 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 78225ec0d80f..471c85d88a15 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 @@ void fast_spi_set_strap_msg_data(uint32_t soft_reset_data) /* 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 @@ static void fast_spi_fill_ssdt(const struct device *dev) acpigen_pop_len(); /* Scope */ } - static void fast_spi_read_resources(struct device *dev) { /* Read standard PCI resources. */ -- cgit v1.2.3