Commit e72dcde7 authored by Rob Maris's avatar Rob Maris Committed by Mike Frysinger

spi/bfin_spi: cs should be always low when a new transfer begins

Signed-off-by: default avatarRob Maris <maris.rob@vdi.de>
Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent e3595405
......@@ -668,8 +668,7 @@ static void bfin_spi_pump_transfers(unsigned long data)
write_BAUD(drv_data, chip->baud);
write_STAT(drv_data, BIT_STAT_CLR);
if (drv_data->cs_change)
bfin_spi_cs_active(drv_data, chip);
bfin_spi_cs_active(drv_data, chip);
dev_dbg(&drv_data->pdev->dev,
"now pumping a transfer: width is %d, len is %d\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment