[media] i2c: Drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

zatwierdzone przez
Mauro Carvalho Chehab

rodzic
f078818770
commit
dfadaccabf
@@ -3262,7 +3262,6 @@ static int adv76xx_remove(struct i2c_client *client)
|
||||
|
||||
static struct i2c_driver adv76xx_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "adv7604",
|
||||
.of_match_table = of_match_ptr(adv76xx_of_id),
|
||||
},
|
||||
|
Reference in New Issue
Block a user