projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab1e94
)
[media] si2168: do not allow driver unbind
author
Antti Palosaari
<crope@iki.fi>
Wed, 29 Jun 2016 23:38:18 +0000
(20:38 -0300)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Fri, 8 Jul 2016 19:54:28 +0000
(16:54 -0300)
Disable runtime unbind as driver does not support it.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/si2168.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/si2168.c
b/drivers/media/dvb-frontends/si2168.c
index 124addc0aea956cf8fdee6ff9a0d96bd65527b59..20b4a659e2e459dd9f536566f60c8fdda300eaa4 100644
(file)
--- a/
drivers/media/dvb-frontends/si2168.c
+++ b/
drivers/media/dvb-frontends/si2168.c
@@
-745,7
+745,8
@@
MODULE_DEVICE_TABLE(i2c, si2168_id_table);
static struct i2c_driver si2168_driver = {
.driver = {
- .name = "si2168",
+ .name = "si2168",
+ .suppress_bind_attrs = true,
},
.probe = si2168_probe,
.remove = si2168_remove,