Re: [PATCH v2 0/2] drm: zynqmp_dp: Use scope-based mutex helpers

2025-02-12 Thread Tomi Valkeinen
Hi, On 07/02/2025 18:25, Sean Anderson wrote: Fix a mutex bug and convert most of the explicit mutex_(un)locks to guards. Changes in v2: - Convert some conditional return statements to returns of ternary expressions. - Remove unnecessary whitespace change Bart Van Assche (1): drm: zynqmp

[PATCH v2 0/2] drm: zynqmp_dp: Use scope-based mutex helpers

2025-02-07 Thread Sean Anderson
Fix a mutex bug and convert most of the explicit mutex_(un)locks to guards. Changes in v2: - Convert some conditional return statements to returns of ternary expressions. - Remove unnecessary whitespace change Bart Van Assche (1): drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()