]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/oa: Destroy the stream_lock mutex
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Fri, 28 Jun 2024 05:21:25 +0000 (22:21 -0700)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Mon, 1 Jul 2024 18:12:49 +0000 (11:12 -0700)
commit2d46ecc958c9cb7b0f116aa52cf9296b6c71d784
treebb8562c55be611facc9cc5dee83ebc14856b214a
parent7dc10eff223b0e9fed5d48159820556a576be592
drm/xe/oa: Destroy the stream_lock mutex

The mutex allocated in xe_oa_stream_init() was never previously
destroyed. Do so now.

Fixes: e936f885f1e9 ("drm/xe/oa/uapi: Expose OA stream fd")
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240628052125.1847989-1-ashutosh.dixit@intel.com
drivers/gpu/drm/xe/xe_oa.c