1. 20 7月, 2011 5 次提交
  2. 19 7月, 2011 11 次提交
  3. 18 7月, 2011 16 次提交
  4. 17 7月, 2011 7 次提交
  5. 16 7月, 2011 1 次提交
    • S
      ARM: SAMSUNG: DMA Cleanup as per sparse · d670ac01
      Sangwook Lee 提交于
      Function declaration differs between file: dma.c and file:dma.h
      and SPARSE (Documentation/sparse.txt) gives error messages
      
      All dma channels are members of 'enum dma_ch' and not 'unsigned int'
      Please have a look at channel definitions in:
      arch/arm/mach-s3c64xx/include/mach/dma.h
      arch/arm/plat-samsung/include/plat/s3c-dma-pl330.h
      arch/arm/mach-s3c2410/include/mach/dma.h
      So all arguments should be of type 'enum dma_ch'
      Signed-off-by: NSangwook Lee <sangwook.lee@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      d670ac01