mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
media: vidtv: reinstate sysfs bind attrs
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> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
e259572d6f
commit
707848ccdf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user