diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-03-27 18:44:51 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-03-28 13:57:54 +0000 |
| commit | eb9e0757976fdf34b65d70c7d25a7f0d3d1ecea9 (patch) | |
| tree | 3dd8168bcd48382b47301027c12cea87a34d1735 | |
| parent | d4f501e2926e32be76c0c564a634f06edef768bf (diff) | |
ASoC: rt715-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/rt715-sdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt715-sdw.c b/sound/soc/codecs/rt715-sdw.c index 21f37babd148..823b9cacc3e2 100644 --- a/sound/soc/codecs/rt715-sdw.c +++ b/sound/soc/codecs/rt715-sdw.c @@ -577,7 +577,6 @@ static const struct dev_pm_ops rt715_pm = { static struct sdw_driver rt715_sdw_driver = { .driver = { .name = "rt715", - .owner = THIS_MODULE, .pm = &rt715_pm, }, .probe = rt715_sdw_probe, |