提交 689d41fb 编写于 作者: H Heiner Kallweit 提交者: Mark Brown

spi: fsl-espi: remove usage of pdata->initial_spmode

Remove pdata->initial_spmode as it is nowhere set.
Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 8263cb33
......@@ -661,7 +661,7 @@ static int fsl_espi_probe(struct device *dev, struct resource *mem,
}
/* Enable SPI interface */
regval = pdata->initial_spmode | SPMODE_INIT_VAL | SPMODE_ENABLE;
regval = SPMODE_INIT_VAL | SPMODE_ENABLE;
fsl_espi_write_reg(mpc8xxx_spi, ESPI_SPMODE, regval);
......@@ -786,7 +786,7 @@ static int of_fsl_espi_resume(struct device *dev)
CSMODE_INIT_VAL);
/* Enable SPI interface */
regval = pdata->initial_spmode | SPMODE_INIT_VAL | SPMODE_ENABLE;
regval = SPMODE_INIT_VAL | SPMODE_ENABLE;
fsl_espi_write_reg(mpc8xxx_spi, ESPI_SPMODE, regval);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册