Commit fe2065d6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: max98373-sdw: drop driver owner assignment

Core in sdw_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-4-86d5002ba6dc@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 54b8a522
...@@ -872,7 +872,6 @@ MODULE_DEVICE_TABLE(sdw, max98373_id); ...@@ -872,7 +872,6 @@ MODULE_DEVICE_TABLE(sdw, max98373_id);
static struct sdw_driver max98373_sdw_driver = { static struct sdw_driver max98373_sdw_driver = {
.driver = { .driver = {
.name = "max98373", .name = "max98373",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(max98373_of_match), .of_match_table = of_match_ptr(max98373_of_match),
.acpi_match_table = ACPI_PTR(max98373_acpi_match), .acpi_match_table = ACPI_PTR(max98373_acpi_match),
.pm = &max98373_pm, .pm = &max98373_pm,
......
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