1. 30 8月, 2010 1 次提交
  2. 28 8月, 2010 4 次提交
  3. 26 8月, 2010 1 次提交
  4. 23 8月, 2010 2 次提交
  5. 20 8月, 2010 2 次提交
  6. 19 8月, 2010 3 次提交
  7. 18 8月, 2010 1 次提交
  8. 17 8月, 2010 1 次提交
  9. 16 8月, 2010 3 次提交
  10. 15 8月, 2010 1 次提交
    • D
      ALSA: sound/usb/format: silence uninitialized variable warnings · 38d7b08f
      Dan Carpenter 提交于
      Gcc complains that ret might be used uninitialized:
      
      sound/usb/format.c: In function ‘snd_usb_parse_audio_format’:
      sound/usb/format.c:354: warning: ‘ret’ may be used uninitialized in this function
      sound/usb/format.c:354: note: ‘ret’ was declared here
      sound/usb/format.c:414: warning: ‘ret’ may be used uninitialized in this function
      sound/usb/format.c:414: note: ‘ret’ was declared here
      
      I suppose it could be uninitialized if there is ever a UAC_VERSION_3
      released. Anyway this patch is worthwhile if only to silence the gcc
      warning.
      Signed-off-by: NDan Carpenter <error27@gmail.com>
      Acked-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      38d7b08f
  11. 13 8月, 2010 4 次提交
  12. 12 8月, 2010 1 次提交
  13. 10 8月, 2010 6 次提交
  14. 09 8月, 2010 3 次提交
  15. 07 8月, 2010 1 次提交
  16. 06 8月, 2010 6 次提交