Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09c14459 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Thierry Reding
Browse files

pwm: pca9685: Drop owner assignment



i2c_driver does not need to set an owner because i2c_register_driver()
will set it.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 6e146f5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -285,7 +285,6 @@ MODULE_DEVICE_TABLE(of, pca9685_dt_ids);
static struct i2c_driver pca9685_i2c_driver = {
	.driver = {
		.name = "pca9685-pwm",
		.owner = THIS_MODULE,
		.of_match_table = pca9685_dt_ids,
	},
	.probe = pca9685_pwm_probe,