]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon/kms: don't print error on -ERESTARTSYS.
authorDave Airlie <airlied@redhat.com>
Fri, 19 Mar 2010 00:33:44 +0000 (10:33 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:41:14 +0000 (07:41 -0700)
commit1d00cd4e5294606417893ceab6a357052d92159a
tree505a3fe31c14406e965c5b59d8b42b509ae519ce
parente72f38d31b4a9a5e6c6207a815067be361e4b872
drm/radeon/kms: don't print error on -ERESTARTSYS.

commit 97f23b3d85a4d734a8584dade3a34579931c8f8d upstream.

We can get this if the user moves the mouse when we are waiting to move
some stuff around in the validate. Don't fail.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_cs.c