projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d339c6
)
hdmi drivers: bug on hdmi_unregister function
author
kfx
<kfx@rock-chips.com>
Mon, 8 Aug 2011 09:38:23 +0000
(17:38 +0800)
committer
kfx
<kfx@rock-chips.com>
Mon, 8 Aug 2011 09:38:23 +0000
(17:38 +0800)
drivers/video/hdmi/hdmi-core.c
patch
|
blob
|
history
diff --git
a/drivers/video/hdmi/hdmi-core.c
b/drivers/video/hdmi/hdmi-core.c
index 31d3930e5110fbfc7c68d0974306147e202fce80..441ca7a7d0d06a57ec74796ce26484b334fb900b 100755
(executable)
--- a/
drivers/video/hdmi/hdmi-core.c
+++ b/
drivers/video/hdmi/hdmi-core.c
@@
-158,6
+158,7
@@
void hdmi_unregister(struct hdmi *hdmi)
if(!hdmi)
\r
return;
\r
id = hdmi->id;
\r
+ del_timer(&hdmi->timer);
\r
flush_scheduled_work();
\r
hdmi_remove_attrs(hdmi);
\r
device_unregister(hdmi->dev);
\r