Initial OC
/arch/arm/mach-exynos/subsystem_restart.c
blob:9f5ce85290ebd25c4bd67bf74164f33c80a26e87 -> blob:ef65ede56a2747bde9f4cd83f01f13341c21b6fe
--- arch/arm/mach-exynos/subsystem_restart.c
+++ arch/arm/mach-exynos/subsystem_restart.c
@@ -228,11 +228,13 @@ int subsystem_restart(const char *subsys
subsys->ongoing = true;
+#ifdef CONFIG_DEBUG_FS
/* check debug level */
if (!sec_debug_level.uint_val) {
/* debug level is low, set mdm_dump to Zero */
mdm_dump = 0;
}
+#endif
data = kzalloc(sizeof(struct restart_wq_data), GFP_KERNEL);
if (!data) {