|
@@ -368,7 +368,6 @@ static int fsl_spi_do_one_msg(struct spi_master *master,
|
|
|
list_for_each_entry(t, &m->transfers, transfer_list) {
|
|
list_for_each_entry(t, &m->transfers, transfer_list) {
|
|
|
if ((first->bits_per_word != t->bits_per_word) ||
|
|
if ((first->bits_per_word != t->bits_per_word) ||
|
|
|
(first->speed_hz != t->speed_hz)) {
|
|
(first->speed_hz != t->speed_hz)) {
|
|
|
- status = -EINVAL;
|
|
|
|
|
dev_err(&spi->dev,
|
|
dev_err(&spi->dev,
|
|
|
"bits_per_word/speed_hz should be same for the same SPI transfer\n");
|
|
"bits_per_word/speed_hz should be same for the same SPI transfer\n");
|
|
|
return -EINVAL;
|
|
return -EINVAL;
|