1. 10 6月, 2015 1 次提交
  2. 06 6月, 2015 2 次提交
  3. 05 6月, 2015 1 次提交
  4. 13 5月, 2015 1 次提交
  5. 01 5月, 2015 1 次提交
  6. 08 4月, 2015 1 次提交
  7. 03 4月, 2015 2 次提交
  8. 03 3月, 2015 1 次提交
  9. 24 12月, 2014 8 次提交
  10. 23 12月, 2014 1 次提交
  11. 05 12月, 2014 1 次提交
  12. 25 11月, 2014 2 次提交
  13. 22 11月, 2014 1 次提交
  14. 15 11月, 2014 2 次提交
  15. 03 11月, 2014 1 次提交
  16. 30 10月, 2014 1 次提交
  17. 24 10月, 2014 1 次提交
  18. 21 10月, 2014 1 次提交
    • H
      [media] em28xx: fix uninitialized variable warning · 430e3572
      Hans Verkuil 提交于
      Fix this daily build warning:
      
      In file included from build/media_build/v4l/em28xx-core.c:35:0:
      build/media_build/v4l/em28xx-core.c: In function 'em28xx_audio_setup':
      build/media_build/v4l/em28xx.h:798:2: warning: 'vid' may be used uninitialized in this function [-Wmaybe-uninitialized]
        printk(KERN_INFO "%s: "fmt,\
        ^
      build/media_build/v4l/em28xx-core.c:507:6: note: 'vid' was declared here
        u32 vid;
            ^
      
      As far as I can tell 'vid' can not really be used uninitialized here, but the code
      is sufficiently complex that apparently gcc can't figure that out.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      430e3572
  19. 29 9月, 2014 1 次提交
  20. 26 9月, 2014 3 次提交
  21. 24 9月, 2014 5 次提交
  22. 23 9月, 2014 1 次提交
  23. 22 9月, 2014 1 次提交