mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-02 18:15:03 -04:00
Input: 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
committed by
Dmitry Torokhov
parent
cee3d8ccbe
commit
800e3b9a68
@@ -309,7 +309,6 @@ static struct i2c_driver drv2665_driver = {
|
||||
.probe = drv2665_probe,
|
||||
.driver = {
|
||||
.name = "drv2665-haptics",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(drv2665_of_match),
|
||||
.pm = &drv2665_pm_ops,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user