aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/thermal_sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c
index 6472e7e9f969..1a19a2f4ba27 100644
--- a/drivers/thermal/thermal_sys.c
+++ b/drivers/thermal/thermal_sys.c
@@ -1875,6 +1875,7 @@ static int __init thermal_init(void)
1875 idr_destroy(&thermal_cdev_idr); 1875 idr_destroy(&thermal_cdev_idr);
1876 mutex_destroy(&thermal_idr_lock); 1876 mutex_destroy(&thermal_idr_lock);
1877 mutex_destroy(&thermal_list_lock); 1877 mutex_destroy(&thermal_list_lock);
1878 return result;
1878 } 1879 }
1879 result = genetlink_init(); 1880 result = genetlink_init();
1880 return result; 1881 return result;