x86: ich-spi: Remove unnecessary assignment in ich_init_controller()
There is no need to do another assignment to ich7_spi. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
94bc9177ca
commit
7d82978927
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue