[PATCH] staging: most: Remove unused spinlock from most_video_dev
From: Ravi Kumar kairi
Date: Fri Feb 21 2025 - 11:41:45 EST
From: Ravi Kumar Kairi <kumarkairiravi@xxxxxxxxx>
The `list_lock` spinlock in struct most_video_dev is never used
anywhere in the codebase. Since it serves no purpose, remove it
to clean up the structure.
Signed-off-by: Ravi Kumar Kairi <kumarkairiravi@xxxxxxxxx>
---
drivers/staging/most/video/video.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c
index bd51125698..83b46476ca 100644
--- a/drivers/staging/most/video/video.c
+++ b/drivers/staging/most/video/video.c
@@ -33,7 +33,6 @@ struct most_video_dev {
bool mute;
struct list_head pending_mbos;
- spinlock_t list_lock;
struct v4l2_device v4l2_dev;
atomic_t access_ref;
--
2.48.1