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: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
Markus Elfring 2016-08-15 18:06:46 +02:00 committed by Krzysztof Kozlowski
parent d3bafff783
commit 21c66101b4
1 changed files with 1 additions and 2 deletions

View File

@ -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,