diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-08-15 12:06:46 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-16 02:16:43 -0400 |
commit | 21c66101b41bbc4753a6fc8f9e429729180d41bb (patch) | |
tree | 21b77b789d36f6d5927e0c53e6a5e053acf1ac0e /arch/arm/mach-s3c64xx | |
parent | d3bafff783311cb2e8f4b63e45548079948df989 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index 571f95cc5a53..ccc3ab8d58e7 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -393,8 +393,7 @@ static const struct i2c_device_id wlf_gf_module_id[] = { | |||
393 | 393 | ||
394 | static struct i2c_driver wlf_gf_module_driver = { | 394 | static struct i2c_driver wlf_gf_module_driver = { |
395 | .driver = { | 395 | .driver = { |
396 | .name = "wlf-gf-module", | 396 | .name = "wlf-gf-module" |
397 | .owner = THIS_MODULE, | ||
398 | }, | 397 | }, |
399 | .probe = wlf_gf_module_probe, | 398 | .probe = wlf_gf_module_probe, |
400 | .id_table = wlf_gf_module_id, | 399 | .id_table = wlf_gf_module_id, |