[media] it913x: do not allow driver unbind
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>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
7281217531
commit
d8d8636639
@@ -464,6 +464,7 @@ MODULE_DEVICE_TABLE(i2c, it913x_id_table);
|
|||||||
static struct i2c_driver it913x_driver = {
|
static struct i2c_driver it913x_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "it913x",
|
.name = "it913x",
|
||||||
|
.suppress_bind_attrs = true,
|
||||||
},
|
},
|
||||||
.probe = it913x_probe,
|
.probe = it913x_probe,
|
||||||
.remove = it913x_remove,
|
.remove = it913x_remove,
|
||||||
|
Reference in New Issue
Block a user