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

Commit 2e8bcf4d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tomi Valkeinen
Browse files

video: fbdev: 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: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent c0a32293
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -719,7 +719,6 @@ static struct i2c_driver ssd1307fb_driver = {
	.driver = {
	.driver = {
		.name = "ssd1307fb",
		.name = "ssd1307fb",
		.of_match_table = ssd1307fb_of_match,
		.of_match_table = ssd1307fb_of_match,
		.owner = THIS_MODULE,
	},
	},
};
};