Commit 94a64905 authored by Joel Granados's avatar Joel Granados Committed by Luis Chamberlain

sysctl: Remove debugging dump_stack

Remove unneeded dump_stack in __register_sysctl_table
Signed-off-by: default avatarJoel Granados <j.granados@samsung.com>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
parent f2e7a626
......@@ -1406,7 +1406,6 @@ struct ctl_table_header *__register_sysctl_table(
spin_unlock(&sysctl_lock);
fail:
kfree(header);
dump_stack();
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment