Commit 8a483623 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: tlv320aic32x4-spi: drop driver owner assignment

Core in spi_register_driver() already sets the .owner, so driver
does not need to.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://msgid.link/r/20240327-module-owner-var-v1-2-86d5002ba6dc@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c335412c
...@@ -56,7 +56,6 @@ MODULE_DEVICE_TABLE(of, aic32x4_of_id); ...@@ -56,7 +56,6 @@ MODULE_DEVICE_TABLE(of, aic32x4_of_id);
static struct spi_driver aic32x4_spi_driver = { static struct spi_driver aic32x4_spi_driver = {
.driver = { .driver = {
.name = "tlv320aic32x4", .name = "tlv320aic32x4",
.owner = THIS_MODULE,
.of_match_table = aic32x4_of_id, .of_match_table = aic32x4_of_id,
}, },
.probe = aic32x4_spi_probe, .probe = aic32x4_spi_probe,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment