[U-Boot] [PATCH 2/5] x86: ich-spi: Remove unnecessary assignment in ich_init_controller()
Bin Meng
bmeng.cn at gmail.com
Wed Aug 16 05:38:28 UTC 2017
There is no need to do another assignment to ich7_spi.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
drivers/spi/ich.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c
index 46dd9a8..909eefc 100644
--- a/drivers/spi/ich.c
+++ b/drivers/spi/ich.c
@@ -126,7 +126,6 @@ static int ich_init_controller(struct udevice *dev,
if (plat->ich_version == ICHV_7) {
struct ich7_spi_regs *ich7_spi = sbase;
- ich7_spi = (struct ich7_spi_regs *)sbase;
ctlr->ichspi_lock = readw(&ich7_spi->spis) & SPIS_LOCK;
ctlr->opmenu = offsetof(struct ich7_spi_regs, opmenu);
ctlr->menubytes = sizeof(ich7_spi->opmenu);
--
2.9.2
More information about the U-Boot
mailing list