CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/07 03:53:00
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
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@
