mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
hdmi drivers: bug on hdmi_unregister function
This commit is contained in:
parent
6d339c6e2c
commit
fdf3bf12b3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user