1. 17 8月, 2014 2 次提交
    • L
      ASoC: sh: Fix dma direction type · 6c7d1dfc
      Lars-Peter Clausen 提交于
      dmaengine_prep_slave_single() expects a enum dma_transfer_direction and not a
      enum dma_data_direction. Since the integer representations of both DMA_TO_DEVICE
      and DMA_MEM_TO_DEV aswell as DMA_FROM_DEVICE and DMA_DEV_TO_MEM have the same
      value the code worked fine even though it was using the wrong type.
      
      Fixes the following warnings from sparse:
      	sound/soc/sh/fsi.c:1307:42: warning: mixing different enum types
      	sound/soc/sh/fsi.c:1307:42:     int enum dma_data_direction  versus
      	sound/soc/sh/fsi.c:1307:42:     int enum dma_transfer_direction
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      6c7d1dfc
    • L
      Linux 3.17-rc1 · 7d1311b9
      Linus Torvalds 提交于
      7d1311b9
  2. 16 8月, 2014 38 次提交