mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-15 10:00:40 +09:00
hdmi drivers: bug on hdmi_unregister function
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user