]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/ttm: Remove explicit typecasts of vm_private_data
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 25 Sep 2019 13:11:22 +0000 (15:11 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 4 Nov 2019 12:02:16 +0000 (13:02 +0100)
commit8951000f6d713c0470b06d3043aeb55683f78fa8
treeef332a64fab8af5881f6c26fbd69916569c39d58
parentfae7d7d5f374eadbb0b5dd31b39162e7176e9c3d
drm/ttm: Remove explicit typecasts of vm_private_data

The explicit typcasts are meaningless, so remove them.

Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/332899/
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/ttm/ttm_bo_vm.c