1. 28 11月, 2013 2 次提交
  2. 27 11月, 2013 1 次提交
  3. 26 11月, 2013 1 次提交
  4. 22 11月, 2013 1 次提交
    • B
      i915, debugfs: Fix uninitialized warning · 432f3342
      Borislav Petkov 提交于
      gcc complains that:
      
      drivers/gpu/drm/i915/i915_debugfs.c: In function ‘display_crc_ctl_write’:
      drivers/gpu/drm/i915/i915_debugfs.c:2393:2: warning: ‘val’ may be used uninitialized in this function [-Wuninitialized]
      drivers/gpu/drm/i915/i915_debugfs.c:2350:6: note: ‘val’ was declared here
      
      but it can't see that we're going to use val only in the success case.
      So shut it up.
      
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: David Airlie <airlied@linux.ie>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      432f3342
  5. 14 11月, 2013 2 次提交
  6. 09 11月, 2013 4 次提交
  7. 08 11月, 2013 2 次提交
  8. 07 11月, 2013 1 次提交
  9. 06 11月, 2013 1 次提交
  10. 02 11月, 2013 4 次提交
  11. 22 10月, 2013 5 次提交
  12. 18 10月, 2013 5 次提交
  13. 16 10月, 2013 11 次提交