]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.
authorEric Anholt <eric@anholt.net>
Thu, 22 Nov 2007 08:46:54 +0000 (18:46 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Feb 2008 05:09:39 +0000 (15:09 +1000)
commita5286cb521c415b433344d0916221abed515668b
tree63772cad6f990cd3b0fb81e3329fa7b625dfa656
parent2a05c25c31ec6fd969b2046e0781e062fe777e04
drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.

Fixes the getclient test and dritest -c.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drm_ioctl.c