From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
To: mchehab@kernel.org, hverkuil@xs4all.nl
Cc: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
linux-media@vger.kernel.org,
linux-kernel-mentees@lists.linuxfoundation.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 2/4] media: vidtv: reinstate sysfs bind attrs
Date: Wed, 6 Jan 2021 00:04:47 -0300 [thread overview]
Message-ID: <20210106030449.3223172-3-dwlsalmeida@gmail.com> (raw)
In-Reply-To: <20210106030449.3223172-1-dwlsalmeida@gmail.com>
From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
Reinstate sysfs bind attrs so that vidtv can be bound and unbound
via sysfs. This is useful for automated regression testing in
userspace.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
---
drivers/media/test-drivers/vidtv/vidtv_bridge.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/test-drivers/vidtv/vidtv_bridge.c b/drivers/media/test-drivers/vidtv/vidtv_bridge.c
index a2fa9b58174d..405e89f62b5a 100644
--- a/drivers/media/test-drivers/vidtv/vidtv_bridge.c
+++ b/drivers/media/test-drivers/vidtv/vidtv_bridge.c
@@ -571,7 +571,6 @@ static struct platform_device vidtv_bridge_dev = {
static struct platform_driver vidtv_bridge_driver = {
.driver = {
.name = "vidtv_bridge",
- .suppress_bind_attrs = true,
},
.probe = vidtv_bridge_probe,
.remove = vidtv_bridge_remove,
--
2.30.0
next prev parent reply other threads:[~2021-01-06 3:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-06 3:04 [PATCH v2 0/4] media: vidtv: add media controller support Daniel W. S. Almeida
2021-01-06 3:04 ` [PATCH v2 1/4] media: vidtv: Add " Daniel W. S. Almeida
2021-01-06 3:04 ` Daniel W. S. Almeida [this message]
2021-01-06 3:04 ` [PATCH v2 3/4] media: vidtv: use a simpler name in platform_{device|driver} Daniel W. S. Almeida
2021-01-06 3:04 ` [PATCH v2 4/4] media: vidtv: print message when driver is removed Daniel W. S. Almeida
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=20210106030449.3223172-3-dwlsalmeida@gmail.com \
--to=dwlsalmeida@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/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
all inboxes | Powered by JetHome®