lkml.org 
[lkml]   [2024]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 14/18] ASoC: rt712-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 <krzysztof.kozlowski@linaro.org>
    ---
    sound/soc/codecs/rt712-sdca-sdw.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/sound/soc/codecs/rt712-sdca-sdw.c b/sound/soc/codecs/rt712-sdca-sdw.c
    index 01ac555cd79b..f04e11980591 100644
    --- a/sound/soc/codecs/rt712-sdca-sdw.c
    +++ b/sound/soc/codecs/rt712-sdca-sdw.c
    @@ -474,7 +474,6 @@ static const struct dev_pm_ops rt712_sdca_pm = {
    static struct sdw_driver rt712_sdca_sdw_driver = {
    .driver = {
    .name = "rt712-sdca",
    - .owner = THIS_MODULE,
    .pm = &rt712_sdca_pm,
    },
    .probe = rt712_sdca_sdw_probe,
    --
    2.34.1


    \
     
     \ /
      Last update: 2024-05-27 16:12    [W:2.209 / U:0.292 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site