In i915_gem_fault(), move the "out" label after the switch state such that we
authorkettenis <kettenis@openbsd.org>
Wed, 7 Oct 2015 09:53:00 +0000 (09:53 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 7 Oct 2015 09:53:00 +0000 (09:53 +0000)
commit6a2322845436dc420316c65f14883a96dd9a047c
tree9a1fdcd860527d1500e83ef8d716ceac505a58c1
parentea4ee0e0289c3a673e0cdb3b3291961c372aaf52
In i915_gem_fault(), move the "out" label after the switch state such that we
don't interpret one of the VM_PAGER_XXX return values as an unhandled errno
value and return the intended code instead of VM_PAGER_ERROR.

ok jsg@
sys/dev/pci/drm/i915/i915_gem.c