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

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
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment