1. 21 10月, 2008 1 次提交
    • L
      i915: cleanup coding horrors in i915_gem_gtt_pwrite() · 9b7530cc
      Linus Torvalds 提交于
      Yes, this will probably be switched over to a cleaner model anyway, but
      in the meantime I don't want to see the 'unused variable' warnings that
      come from the disgusting #ifdef code.  Make the special case be a nice
      inlien function of its own, clean up the code, and make the warning go
      away.
      
      I wish people didn't write code that gets (valid) warnings from the
      compiler, but I'll limit my fixes to code that I actually care about (in
      this case just because I see the warning and it annoys me).
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9b7530cc
  2. 18 10月, 2008 10 次提交