Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nfc: st95hf: drop driver owner assignment

Core in spi_register_driver() already sets the .owner, so driver
does not need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240327174810.519676-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Jakub Kicinski
e93af722 e3c95d56

-1
-1
drivers/nfc/st95hf/core.c
··· 1237 1237 static struct spi_driver st95hf_driver = { 1238 1238 .driver = { 1239 1239 .name = "st95hf", 1240 - .owner = THIS_MODULE, 1241 1240 .of_match_table = of_match_ptr(st95hf_spi_of_match), 1242 1241 }, 1243 1242 .id_table = st95hf_id,