mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://msgid.link/r/20240327-module-owner-var-v1-4-86d5002ba6dc@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
54b8a522e6
commit
fe2065d645
@ -872,7 +872,6 @@ MODULE_DEVICE_TABLE(sdw, max98373_id);
|
||||
static struct sdw_driver max98373_sdw_driver = {
|
||||
.driver = {
|
||||
.name = "max98373",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(max98373_of_match),
|
||||
.acpi_match_table = ACPI_PTR(max98373_acpi_match),
|
||||
.pm = &max98373_pm,
|
||||
|
Loading…
Reference in New Issue
Block a user