Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Markus Elfring and committed by
Krzysztof Kozlowski
21c66101 d3bafff7

+1 -2
+1 -2
arch/arm/mach-s3c64xx/mach-crag6410-module.c
··· 393 393 394 394 static struct i2c_driver wlf_gf_module_driver = { 395 395 .driver = { 396 - .name = "wlf-gf-module", 397 - .owner = THIS_MODULE, 396 + .name = "wlf-gf-module" 398 397 }, 399 398 .probe = wlf_gf_module_probe, 400 399 .id_table = wlf_gf_module_id,