1. 18 11月, 2016 3 次提交
  2. 18 12月, 2015 1 次提交
  3. 01 10月, 2015 1 次提交
  4. 01 5月, 2015 1 次提交
  5. 08 4月, 2015 1 次提交
  6. 23 12月, 2014 1 次提交
  7. 25 11月, 2014 1 次提交
  8. 03 11月, 2014 4 次提交
  9. 05 7月, 2014 1 次提交
  10. 25 5月, 2014 1 次提交
  11. 21 6月, 2013 1 次提交
  12. 28 4月, 2013 1 次提交
    • M
      [media] cx88: make core less verbose · 02615ed5
      Mauro Carvalho Chehab 提交于
      Along the time, several debug messages were added at cx88-cards.
      While those are still useful to track some troubles with
      tuners, they're too verbose:
      [ 5768.281801] cx88[0]: Calling XC2028/3028 callback
      [ 5768.287388] cx88[0]: Calling XC2028/3028 callback
      [ 5768.292575] cx88[0]: Calling XC2028/3028 callback
      [ 5768.299408] cx88[0]: Calling XC2028/3028 callback
      [ 5768.306244] cx88[0]: Calling XC2028/3028 callback
      ...
      
      and, most of the time, useless.
      
      So, disable them, except if core_debug modprobe parameter
      is used.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      02615ed5
  13. 21 12月, 2012 1 次提交
  14. 28 10月, 2012 1 次提交
    • M
      [media] cx88: reorder inline to prevent a gcc warning · 34206439
      Mauro Carvalho Chehab 提交于
      drivers/media/pci/cx88/cx88.h:97:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88.h:103:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:649:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:654:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:659:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:664:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:684:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      drivers/media/pci/cx88/cx88-core.c:695:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      34206439
  15. 16 8月, 2012 1 次提交
  16. 14 8月, 2012 1 次提交
    • E
      [media] cx88: Remove duplicate const · d9bc8510
      Emil Goode 提交于
      This patch fixes the following sparse warnings
      by removing use of duplicate const.
      
      drivers/media/video/cx88/cx88.h:152:40:
      	warning: duplicate const
      drivers/media/video/cx88/cx88-core.c:256:33:
      	warning: duplicate const
      drivers/media/video/cx88/cx88-alsa.c:769:41:
      	warning: duplicate const
      
      As commented by Jonathan Nieder:
      
      	These double "const" were introduced in v2.6.37-rc1~64^2~464 (V4L/DVB:
      	drivers/media: Make static data tables and strings const, 2010-08-25).
      
      	The address of an array is already immutable by definition, so for
      	what it's worth, with or without a clarified commit message,
      
      [mchehab@redhat.com: Tested with "gcc -s" (version 4.7.0):
       the produced asm is indeed equal before and after this patch]
      Signed-off-by: NEmil Goode <emilgoode@gmail.com>
      Acked-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d9bc8510
  17. 07 7月, 2012 3 次提交
  18. 27 8月, 2011 1 次提交
  19. 28 7月, 2011 2 次提交
  20. 21 10月, 2010 3 次提交
  21. 03 8月, 2010 1 次提交
  22. 19 5月, 2010 1 次提交
  23. 04 12月, 2009 1 次提交
  24. 17 6月, 2009 2 次提交
  25. 07 4月, 2009 1 次提交
  26. 30 3月, 2009 2 次提交
  27. 30 12月, 2008 1 次提交
  28. 18 10月, 2008 1 次提交