diff options
author | Mark Brown <broonie@kernel.org> | 2018-11-29 17:23:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-29 17:23:39 +0100 |
commit | 5651248697f70aad78aa0208490c776d1f842315 (patch) | |
tree | eaa8104aaca1feec2dc44a3de92ea03c449c30b9 /drivers/spi | |
parent | spi: bcm2835: Overcome sglist entry length limitation (diff) | |
parent | spi: bcm2835: Unbreak the build of esoteric configs (diff) | |
download | linux-5651248697f70aad78aa0208490c776d1f842315.tar.xz linux-5651248697f70aad78aa0208490c776d1f842315.zip |
Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.21
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-bcm2835.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c index 232002db2696..5cbdc94bb4cf 100644 --- a/drivers/spi/spi-bcm2835.c +++ b/drivers/spi/spi-bcm2835.c @@ -109,7 +109,7 @@ struct bcm2835_spi { int tx_prologue; int rx_prologue; bool tx_spillover; - bool dma_pending; + unsigned int dma_pending; }; static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned reg) |