From c039c6c56cded8b89de25a117113f1f3e258d1f7 Mon Sep 17 00:00:00 2001 From: Tao Zeng Date: Tue, 21 Apr 2015 02:49:54 +0000 Subject: PD #105776: Fix kernel panic for 'of match' problem Change-Id: Idd618ae451c3892b51a8d6c682a0ff244bd5df98 --- 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 -- cgit