sysctl: Remove debugging dump_stack
Remove unneeded dump_stack in __register_sysctl_table Signed-off-by: Joel Granados <j.granados@samsung.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
This commit is contained in:
parent
f2e7a6265e
commit
94a6490518
@ -1406,7 +1406,6 @@ fail_put_dir_locked:
|
|||||||
spin_unlock(&sysctl_lock);
|
spin_unlock(&sysctl_lock);
|
||||||
fail:
|
fail:
|
||||||
kfree(header);
|
kfree(header);
|
||||||
dump_stack();
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user