forked from Minki/linux
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:
parent
d3bafff783
commit
21c66101b4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user