diff options
author | Rob Clark <robdclark@chromium.org> | 2023-01-23 07:48:31 -0800 |
---|---|---|
committer | Steven Price <steven.price@arm.com> | 2023-01-30 14:35:01 +0000 |
commit | d023d6f741c85bb00d2ca43d338327fbc150c113 (patch) | |
tree | 3c2c98118b9e7f12c2944a0df382f14cf21b268d /rust/kernel | |
parent | 17ab1ea679be48d905559d968a7622f5f212de6e (diff) |
drm/shmem: Cleanup drm_gem_shmem_create_with_handle()
Once we create the handle, the handle owns the reference. Currently
nothing was doing anything with the shmem ptr after the handle was
created, but let's change drm_gem_shmem_create_with_handle() to not
return the pointer, so-as to not encourage problematic use of this
function in the future. As a bonus, it makes the code a bit cleaner.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230123154831.3191821-1-robdclark@gmail.com
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions