提交 5b3084b5 编写于 作者: M Michal Simek

microblaze: Add missing return from debugfs_tlb

Function must return any value.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 5f5e3236
......@@ -216,6 +216,8 @@ static int __init debugfs_tlb(void)
d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip);
if (!d)
return -ENOMEM;
return 0;
}
device_initcall(debugfs_tlb);
# endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册