Tag: 70c1092207fb6372a879e46500c213e4f61c4f56

ASoC: pcm5102a: Remove owner assignment from platform_driver

Author: Fabio Estevam <fabio.estevam@nxp.com> This platform_driver does not need to set an owner as it will be populated by the driver core. Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown — sound/soc/codecs/pcm5102a.c | 1 – 1 file changed, 1 deletion(-)   diff –git a/sound/soc/codecs/pcm5102a.c b/sound/soc/codecs/pcm5102a.c index ed51567..8ba322a 100644 — a/sound/soc/codecs/pcm5102a.c +++ b/sound/soc/codecs/pcm5102a.c @@ -57,7 …

Continue reading