]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon/kms: add missing copy from user
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 1 Aug 2010 23:43:52 +0000 (09:43 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:45:51 +0000 (16:45 -0700)
commit3770619e38c3ccdc38cf7635f5b958eca73ca284
treeeab3cb55d872417a66f6ab6d19c99e7fd6463b8c
parent03dc7fc1b97851c561f4ca5617921dbd870434a0
drm/radeon/kms: add missing copy from user

commit d8ab35575098b2d6dc10b2535aeb40545933ae56 upstream.

This hasn't mattered up until the ioctl started using the value, and it fell
apart.

fixes fd.o 29340, Ubuntu LP 606081

[airlied: cleaned up whitespace and don't need an error before pushing]

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_kms.c