Re: [PATCH] drm/etnaviv: Fix missing mutex_destroy()

2024-10-28 Thread Lucas Stach
Am Sonntag, dem 25.08.2024 um 20:14 +0800 schrieb Sui Jingfeng: > Currently, the calling of mutex_destroy() is ignored on error handling > code path. It is safe for now, since mutex_destroy() actually does > nothing in non-debug builds. But the mutex_destroy() is used to mark > the mutex uninitiali

Re: [PATCH] drm/etnaviv: Fix missing mutex_destroy()

2024-08-26 Thread Christian Gmeiner
Am So., 25. Aug. 2024 um 14:15 Uhr schrieb Sui Jingfeng : > > Currently, the calling of mutex_destroy() is ignored on error handling > code path. It is safe for now, since mutex_destroy() actually does > nothing in non-debug builds. But the mutex_destroy() is used to mark > the mutex uninitialized