]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Mark a few functions as __must_check
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 23 Nov 2010 15:26:33 +0000 (15:26 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Nov 2010 15:04:04 +0000 (15:04 +0000)
commit2021746e1d5ad1e3b51e24480c566acbb833c7c1
tree6cefa547a20adfb6ea0c9ad267d6e9c11fdb2405
parentab5793ad3ae11a5cbe2194b449e5fdd80b19f14f
drm/i915: Mark a few functions as __must_check

... to benefit from the compiler checking that we remember to handle
and propagate errors.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c