hdmi drivers: bug on hdmi_unregister function

This commit is contained in:
kfx
2011-08-08 17:38:23 +08:00
parent 6d339c6e2c
commit fdf3bf12b3

View File

@@ -158,6 +158,7 @@ void hdmi_unregister(struct hdmi *hdmi)
if(!hdmi)
return;
id = hdmi->id;
del_timer(&hdmi->timer);
flush_scheduled_work();
hdmi_remove_attrs(hdmi);
device_unregister(hdmi->dev);