diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-03-27 18:44:46 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-03-28 13:57:50 +0000 |
| commit | 852298a5e1ce7e72cb3c491bce3bca7262f6ef16 (patch) | |
| tree | 9e6a1481c04edf53bd87649337bc4d12138cd482 | |
| parent | 554bec0c52dc6b6bbd605aa09462d15e9c41575b (diff) | |
ASoC: rt711-sdca-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 <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | sound/soc/codecs/rt711-sdca-sdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt711-sdca-sdw.c b/sound/soc/codecs/rt711-sdca-sdw.c index 935e597022d3..a7aa69495a7b 100644 --- a/sound/soc/codecs/rt711-sdca-sdw.c +++ b/sound/soc/codecs/rt711-sdca-sdw.c @@ -474,7 +474,6 @@ static const struct dev_pm_ops rt711_sdca_pm = { static struct sdw_driver rt711_sdca_sdw_driver = { .driver = { .name = "rt711-sdca", - .owner = THIS_MODULE, .pm = &rt711_sdca_pm, }, .probe = rt711_sdca_sdw_probe, |