Skip to content

Commit

Permalink
spi: fsl-espi: remove unused variable in fsl_espi_setup
Browse files Browse the repository at this point in the history
Remove an unused variable.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Heiner Kallweit authored and Mark Brown committed Sep 24, 2016
1 parent 81abc2e commit fb8ac91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/spi/spi-fsl-espi.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ static int fsl_espi_do_one_msg(struct spi_master *master,
static int fsl_espi_setup(struct spi_device *spi)
{
struct mpc8xxx_spi *mpc8xxx_spi;
u32 hw_mode;
u32 loop_mode;
struct spi_mpc8xxx_cs *cs = spi_get_ctldata(spi);

Expand All @@ -379,7 +378,6 @@ static int fsl_espi_setup(struct spi_device *spi)

pm_runtime_get_sync(mpc8xxx_spi->dev);

hw_mode = cs->hw_mode; /* Save original settings */
cs->hw_mode = fsl_espi_read_reg(mpc8xxx_spi,
ESPI_SPMODEx(spi->chip_select));
/* mask out bits we are going to set */
Expand Down

0 comments on commit fb8ac91

Please sign in to comment.