Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support

From: Kuninori Morimoto
Date: Mon Oct 31 2016 - 20:18:14 EST



Hi Russell

> > +static struct platform_driver snd_dw_hdmi_driver = {
> > + .probe = snd_dw_hdmi_probe,
>
> The driver must have a .remove function, because the platform device it
> is binding against can appear and disappear.

Thank you for your feedback
OK, I will add it