summaryrefslogtreecommitdiff
authorTao Zeng <tao.zeng@amlogic.com>2015-04-21 02:49:54 (GMT)
committer tao.dong <tao.dong@amlogic.com>2015-04-22 02:15:47 (GMT)
commitc039c6c56cded8b89de25a117113f1f3e258d1f7 (patch)
tree62aa89bc0b3fafd872030dffee4f68895bd5c0b8
parentd523a15ca70dc5b10c490161019a987aa299385c (diff)
downloadthermal-c039c6c56cded8b89de25a117113f1f3e258d1f7.zip
thermal-c039c6c56cded8b89de25a117113f1f3e258d1f7.tar.gz
thermal-c039c6c56cded8b89de25a117113f1f3e258d1f7.tar.bz2
PD #105776: Fix kernel panic for 'of match' problem
Change-Id: Idd618ae451c3892b51a8d6c682a0ff244bd5df98
Diffstat
-rwxr-xr-xamlogic_thermal_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amlogic_thermal_module.c b/amlogic_thermal_module.c
index 39942db..ecd7ff9 100755
--- a/amlogic_thermal_module.c
+++ b/amlogic_thermal_module.c
@@ -1019,6 +1019,7 @@ static const struct of_device_id amlogic_thermal_match[] = {
{
.compatible = "amlogic-thermal",
},
+ {},
};
#ifdef CONFIG_HIBERNATION