Loading drivers/soc/qcom/memory_dump_v2.c +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <linux/err.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/kmemleak.h> #include <soc/qcom/memory_dump.h> #include <soc/qcom/scm.h> Loading Loading @@ -152,6 +153,7 @@ static int __init init_memory_dump(void) ret = -ENOMEM; goto err1; } kmemleak_not_leak(table); table->version = MSM_DUMP_TABLE_VERSION; entry.id = MSM_DUMP_TABLE_APPS; Loading Loading
drivers/soc/qcom/memory_dump_v2.c +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <linux/err.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/kmemleak.h> #include <soc/qcom/memory_dump.h> #include <soc/qcom/scm.h> Loading Loading @@ -152,6 +153,7 @@ static int __init init_memory_dump(void) ret = -ENOMEM; goto err1; } kmemleak_not_leak(table); table->version = MSM_DUMP_TABLE_VERSION; entry.id = MSM_DUMP_TABLE_APPS; Loading