]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: s3c64xx: Delete unnecessary assignment for the field "owner"
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 15 Aug 2016 16:06:46 +0000 (18:06 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 16 Aug 2016 06:16:43 +0000 (08:16 +0200)
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>
arch/arm/mach-s3c64xx/mach-crag6410-module.c

index 571f95cc5a53580f20ba99ce661a3141cc4216e5..ccc3ab8d58e7654f180624036feee1cd7a00e5a8 100644 (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,