Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…l/git/broonie/spi into spi-4.21
  • Loading branch information
Mark Brown committed Nov 29, 2018
2 parents 3bd7f65 + 29bdedf commit 5651248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5651248

Please sign in to comment.