diff options
-rw-r--r-- | drivers/spi/spi_mpc83xx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c index 4988230a7e0c..6e0232e65a38 100644 --- a/drivers/spi/spi_mpc83xx.c +++ b/drivers/spi/spi_mpc83xx.c | |||
@@ -383,8 +383,10 @@ static void mpc83xx_spi_work(struct work_struct *work) | |||
383 | break; | 383 | break; |
384 | } | 384 | } |
385 | 385 | ||
386 | if (cs_change) | 386 | if (cs_change) { |
387 | mpc83xx_spi_chipselect(spi, BITBANG_CS_ACTIVE); | 387 | mpc83xx_spi_chipselect(spi, BITBANG_CS_ACTIVE); |
388 | ndelay(nsecs); | ||
389 | } | ||
388 | cs_change = t->cs_change; | 390 | cs_change = t->cs_change; |
389 | if (t->len) | 391 | if (t->len) |
390 | status = mpc83xx_spi_bufs(spi, t); | 392 | status = mpc83xx_spi_bufs(spi, t); |