mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
iris: Remove iris_slab_free cast
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33558>
This commit is contained in:
parent
4f0aa96d26
commit
5a2ee9b534
1 changed files with 1 additions and 1 deletions
|
|
@ -2456,7 +2456,7 @@ iris_bufmgr_create(struct intel_device_info *devinfo, int fd, bool bo_reuse)
|
|||
iris_get_heap_max(bufmgr), true, bufmgr,
|
||||
iris_can_reclaim_slab,
|
||||
iris_slab_alloc,
|
||||
(void *) iris_slab_free)) {
|
||||
iris_slab_free)) {
|
||||
goto error_slabs_init;
|
||||
}
|
||||
min_slab_order = max_order + 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue