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

Commit 21c66101 authored by Markus Elfring's avatar Markus Elfring Committed by Krzysztof Kozlowski
Browse files

ARM: s3c64xx: Delete unnecessary assignment for the field "owner"



The field "owner" is set by the core.  Thus delete an unneeded
initialization.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent d3bafff7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -393,8 +393,7 @@ static const struct i2c_device_id wlf_gf_module_id[] = {

static struct i2c_driver wlf_gf_module_driver = {
	.driver = {
		.name = "wlf-gf-module",
		.owner = THIS_MODULE,
		.name = "wlf-gf-module"
	},
	.probe = wlf_gf_module_probe,
	.id_table = wlf_gf_module_id,