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