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:
Daniel W. S. Almeida 2021-01-06 04:04:47 +01:00 committed by Mauro Carvalho Chehab
parent e259572d6f
commit 707848ccdf
1 changed files with 0 additions and 1 deletions

View File

@ -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,