Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorMark Brown <broonie@kernel.org>
Thu, 29 Nov 2018 16:23:39 +0000 (16:23 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 29 Nov 2018 16:23:39 +0000 (16:23 +0000)
1  2 
drivers/spi/spi-bcm2835.c

@@@ -106,10 -88,7 +106,10 @@@ struct bcm2835_spi 
        u8 *rx_buf;
        int tx_len;
        int rx_len;
-       bool dma_pending;
 +      int tx_prologue;
 +      int rx_prologue;
 +      bool tx_spillover;
+       unsigned int dma_pending;
  };
  
  static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned reg)