From: Sunny Patel <nueralspacetech@gmail.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Jacopo Mondi <jacopo.mondi@ideasonboard.com>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
Sunny Patel <nueralspacetech@gmail.com>
Subject: [PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep assertion
Date: Sat, 4 Apr 2026 19:42:26 +0530 [thread overview]
Message-ID: <20260404141226.77477-1-nueralspacetech@gmail.com> (raw)
---
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
next reply other threads:[~2026-04-04 14:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-04 14:12 Sunny Patel [this message]
2026-04-05 21:20 ` [PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep assertion 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260404141226.77477-1-nueralspacetech@gmail.com \
--to=nueralspacetech@gmail.com \
--cc=jacopo.mondi@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox