1. 23 12月, 2009 1 次提交
  2. 18 12月, 2009 1 次提交
  3. 17 12月, 2009 1 次提交
  4. 12 12月, 2009 2 次提交
  5. 11 12月, 2009 3 次提交
  6. 20 11月, 2009 1 次提交
  7. 22 9月, 2009 2 次提交
    • D
      ioat3: fix uninitialized var warnings · cdef57db
      Dan Williams 提交于
      drivers/dma/ioat/dma_v3.c: In function 'ioat3_prep_memset_lock':
      drivers/dma/ioat/dma_v3.c:439: warning: 'fill' may be used uninitialized in this function
      drivers/dma/ioat/dma_v3.c:437: warning: 'desc' may be used uninitialized in this function
      drivers/dma/ioat/dma_v3.c: In function '__ioat3_prep_xor_lock':
      drivers/dma/ioat/dma_v3.c:489: warning: 'xor' may be used uninitialized in this function
      drivers/dma/ioat/dma_v3.c:486: warning: 'desc' may be used uninitialized in this function
      drivers/dma/ioat/dma_v3.c: In function '__ioat3_prep_pq_lock':
      drivers/dma/ioat/dma_v3.c:631: warning: 'pq' may be used uninitialized in this function
      drivers/dma/ioat/dma_v3.c:628: warning: 'desc' may be used uninitialized in this function
      
      gcc-4.0, unlike gcc-4.3, does not see that these variables are
      initialized before use.  Convert the descriptor loops to do-while make
      this initialization apparent.
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      cdef57db
    • A
      drivers/dma/ioat/dma_v2.c: fix warnings · f477f5b3
      Andrew Morton 提交于
      drivers/dma/ioat/dma_v2.c: In function 'ioat2_dma_prep_memcpy_lock':
      drivers/dma/ioat/dma_v2.c:680: warning: 'hw' may be used uninitialized in this function
      drivers/dma/ioat/dma_v2.c:681: warning: 'desc' may be used uninitialized in this function
      
      Cc: Maciej Sosnowski <maciej.sosnowski@intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      f477f5b3
  8. 17 9月, 2009 1 次提交
  9. 15 9月, 2009 1 次提交
  10. 11 9月, 2009 2 次提交
  11. 09 9月, 2009 25 次提交