Merge branch 'spi-5.3' into spi-linus

This commit is contained in:
Mark Brown 2019-09-15 10:32:04 +01:00
commit 262a2f3345
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0
7 changed files with 34 additions and 7 deletions

View file

@ -214,6 +214,7 @@ static void uniphier_spi_setup_transfer(struct spi_device *spi,
if (!priv->is_save_param || priv->mode != spi->mode) {
uniphier_spi_set_mode(spi);
priv->mode = spi->mode;
priv->is_save_param = false;
}
if (!priv->is_save_param || priv->bits_per_word != t->bits_per_word) {