Skip to content

Commit

Permalink
Revert "omap2_mcspi: Flush posted writes"
Browse files Browse the repository at this point in the history
This reverts commit a330ce2.
  • Loading branch information
sakoman committed Mar 15, 2011
1 parent 521cb40 commit 63366f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/omap2_mcspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ static inline void mcspi_write_chconf0(const struct spi_device *spi, u32 val)

cs->chconf0 = val;
mcspi_write_cs_reg(spi, OMAP2_MCSPI_CHCONF0, val);
mcspi_read_cs_reg(spi, OMAP2_MCSPI_CHCONF0);
}

static void omap2_mcspi_set_dma_req(const struct spi_device *spi,
Expand Down

0 comments on commit 63366f6

Please sign in to comment.