diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-03-27 18:44:44 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-03-28 13:57:48 +0000 |
| commit | e140dfeb1028ef49c34ae238863398c2c7e792f0 (patch) | |
| tree | 133c00a5b0da7f4e820a1d892470f6c5b1d0a77d | |
| parent | 3b7859dec834e96e8e833d2b2f2b4434e0e3b286 (diff) | |
ASoC: rt5682-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/rt5682-sdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5682-sdw.c b/sound/soc/codecs/rt5682-sdw.c index e67c2e19cb1a..43737d5cedd0 100644 --- a/sound/soc/codecs/rt5682-sdw.c +++ b/sound/soc/codecs/rt5682-sdw.c @@ -798,7 +798,6 @@ static const struct dev_pm_ops rt5682_pm = { static struct sdw_driver rt5682_sdw_driver = { .driver = { .name = "rt5682", - .owner = THIS_MODULE, .pm = &rt5682_pm, }, .probe = rt5682_sdw_probe, |