]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm: Correct arguments to list_tail_add in create blob ioctl
authorManeet Singh <mmaneetsingh@nvidia.com>
Thu, 8 Oct 2015 14:10:24 +0000 (10:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Nov 2015 22:37:31 +0000 (14:37 -0800)
commitbc95f69741323ad97fefbad8a2b3f42ff5c230de
treed02fa4e4d3109b5537d713d00017cfddd9cfb0e1
parent6766f494c5df4e3e2662635babf97734ef180eb3
drm: Correct arguments to list_tail_add in create blob ioctl

commit 8731b269f01e16193390c7276e70530366b8d626 upstream.

Arguments passed to list_add_tail were reversed resulting in deletion
of old blob property everytime the new one is added.

Fixes

commit e2f5d2ea479b9b2619965d43db70939589afe43a
Author: Daniel Stone <daniels@collabora.com>
Date:   Fri May 22 13:34:51 2015 +0100

    drm/mode: Add user blob-creation ioctl

Signed-off-by: Maneet Singh <mmaneetsingh@nvidia.com>
[seanpaul tweaked commit subject a little]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_crtc.c