Message ID | 20181225043826.GA158508@lkp-ib04.lkp.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e1de3d237b5083fcd0da6fcf600848a4cef9cc67 |
Headers | show |
Series | ASoC: rockchip: fix platform_no_drv_owner.cocci warnings | expand |
--- a/sound/soc/codecs/rk3328_codec.c +++ b/sound/soc/codecs/rk3328_codec.c @@ -505,7 +505,6 @@ MODULE_DEVICE_TABLE(of, rk3328_codec_of_ static struct platform_driver rk3328_codec_driver = { .driver = { .name = "rk3328-codec", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(rk3328_codec_of_match), }, .probe = rk3328_platform_probe,