On Fri, Oct 28, 2016 at 01:22:21AM +0000, Kuninori Morimoto wrote:
+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.