Skip to content

tu/kgsl: Fix file descriptor double close

tu_kgsl.c: tu_enumerate_devices closed fd previously closed by tu_physical_device_init function.

Move out the fd closing from tu_physical_device_init function because they do not belong to it.

Merge request reports