public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep  assertion
@ 2026-04-04 14:12 Sunny Patel
  2026-04-05 21:20 ` Laurent Pinchart
  0 siblings, 1 reply; 8+ messages in thread
From: Sunny Patel @ 2026-04-04 14:12 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Laurent Pinchart, Sakari Ailus, Jacopo Mondi, linux-media,
	linux-kernel, Sunny Patel

---
 drivers/media/v4l2-core/v4l2-subdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/media/v4l2-core/v4l2-subdev.c b/drivers/media/v4l2-core/v4l2-subdev.c
index 32e6f60e26c7..4616e9280a28 100644
--- a/drivers/media/v4l2-core/v4l2-subdev.c
+++ b/drivers/media/v4l2-core/v4l2-subdev.c
@@ -1843,8 +1843,6 @@ __v4l2_subdev_state_get_interval(struct v4l2_subdev_state *state,
 	if (WARN_ON(!state))
 		return NULL;
 
-	lockdep_assert_held(state->lock);
-
 	if (state->pads) {
 		if (stream)
 			return NULL;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-04-21 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04 14:12 [PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep assertion Sunny Patel
2026-04-05 21:20 ` Laurent Pinchart
2026-04-06  9:58   ` Sunny Patel
2026-04-06 12:23     ` Laurent Pinchart
2026-04-07  5:39       ` [PATCH v2] media: v4l2-core: " Sunny Patel
2026-04-07  7:46         ` Laurent Pinchart
2026-04-09 17:15       ` [PATCH] media: v4l2-core: v4l2-subdev: " Sunny Patel
2026-04-21 16:37         ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox