commit | dda330099afc10160d1ae1f74838f8452169dbbd | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jun 24 14:00:23 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jun 24 14:44:58 2016 +0100 |
tree | 7f18f0fb855d410cc86fb45db66347ca88660b60 | |
parent | 0673ad472b9849ad6dbd83d5e3a3a63aba5db740 [diff] |
drm/i915: Remove user controllable DRM_ERROR for i915_getparam() The GETPARAM ioctl writes to a user supplied address. If that address is invalid, it is the user's error and not the driver's, so quietly report EFAULT and don't blame ourselves with a DRM_ERROR. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466773227-7994-11-git-send-email-chris@chris-wilson.co.uk