1. 07 8月, 2008 2 次提交
    • L
      Revert "pcm_native.c: remove unused label" · 685d87f7
      Linus Torvalds 提交于
      This reverts commit 680db013.  The label
      is actually used, but hidden behind CONFIG_SND_DEBUG and the horrible
      snd_assert() macro.
      
      That macro could probably be improved to be along the lines of
      
      	#define snd_assert(expr, args...) do { if ((void)(expr),0) { args; } } while (0)
      
      or similar to make sure that we always both evaluate 'expr' and parse
      'args', but while gcc should optimize it all away, I'm too lazy to
      really verify that.  So I'll just admit defeat and will continue to live
      with the annoying warning.
      Noted-by: NRobert P. J. Day <rpjday@crashcourse.ca>
      Signed-off-by: Linus "Grr.." Torvalds
      685d87f7
    • L
      pcm_native.c: remove unused label · 680db013
      Linus Torvalds 提交于
      This fixes the warning
      
        sound/core/pcm_native.c: In function 'snd_pcm_fasync':
        sound/core/pcm_native.c:3262: warning: label 'out' defined but not used
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      680db013
  2. 05 8月, 2008 1 次提交
  3. 29 7月, 2008 5 次提交
  4. 27 7月, 2008 6 次提交
  5. 26 7月, 2008 1 次提交
  6. 25 7月, 2008 3 次提交
  7. 22 7月, 2008 1 次提交
  8. 20 7月, 2008 1 次提交
  9. 18 7月, 2008 4 次提交
  10. 17 7月, 2008 4 次提交
  11. 16 7月, 2008 1 次提交
  12. 15 7月, 2008 3 次提交
  13. 14 7月, 2008 8 次提交