]> git.baikalelectronics.ru Git - kernel.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)
committerDave Airlie <airlied@gmail.com>
Sat, 31 Oct 2015 00:22:26 +0000 (10:22 +1000)
commit758e6093acd7bee5f5d66332350a56fed26b7f51
tree7d4a9f9c9db37fb72e88993c2c66f48617262f5b
parentbd545a1f35e0e83307f6ec9e117abad4ad789c65
drm: Correct arguments to list_tail_add in create blob ioctl

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

Fixes

commit 9524c22918e60a1d226dd88ebb41d067f99aefcd
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>
Cc: stable@kernel.org # v4.2
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
drivers/gpu/drm/drm_crtc.c