This commit is contained in:
Mark Brown 2018-11-29 16:23:39 +00:00
commit 5651248697
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)