1. 18 12月, 2012 2 次提交
  2. 28 10月, 2012 1 次提交
    • M
      [media] au0828: get rid of warning: no previous prototype · a094ca46
      Mauro Carvalho Chehab 提交于
      drivers/media/usb/au0828/au0828-cards.c:28:6: warning: no previous prototype for 'hvr950q_cs5340_audio' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:161:6: warning: no previous prototype for 'au0828_uninit_isoc' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:200:5: warning: no previous prototype for 'au0828_init_isoc' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:786:5: warning: no previous prototype for 'au0828_analog_stream_enable' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:813:6: warning: no previous prototype for 'au0828_analog_stream_reset' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:916:6: warning: no previous prototype for 'au0828_vid_buffer_timeout' [-Wmissing-prototypes]
      drivers/media/usb/au0828/au0828-video.c:940:6: warning: no previous prototype for 'au0828_vbi_buffer_timeout' [-Wmissing-prototypes]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      a094ca46
  3. 16 8月, 2012 1 次提交
  4. 10 8月, 2012 1 次提交
  5. 20 5月, 2012 1 次提交
  6. 11 12月, 2011 3 次提交
  7. 22 3月, 2011 1 次提交
  8. 22 11月, 2010 1 次提交
  9. 23 10月, 2010 1 次提交
  10. 19 9月, 2009 1 次提交
  11. 17 6月, 2009 1 次提交
  12. 07 4月, 2009 2 次提交
  13. 30 3月, 2009 7 次提交
  14. 18 10月, 2008 2 次提交
  15. 12 10月, 2008 1 次提交
  16. 04 9月, 2008 2 次提交
  17. 27 7月, 2008 1 次提交
  18. 27 6月, 2008 1 次提交
  19. 26 4月, 2008 1 次提交
    • A
      V4L/DVB (7750): au0828/ cleanups and fixes · b33d24c4
      Adrian Bunk 提交于
      This patch contains the following cleanups and fixes:
      - "debug" is definitely not a good name for a global variable,
        renamed it to "au0828_debug"
        this fixes a compile error with some kernel configurations
      - since the module parameter is int the variable shouldn't be unsigned
      - remove the {usb,bridge,i2c}_debug module parameters since they are
        already covered by the "debug" module parameter
      - remove the unused au0828_bcount
      - make the needlessly global i2c_scan static
      - make the needlessly global dvb_register() static
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      b33d24c4
  20. 25 4月, 2008 7 次提交