提交 c87a306a 编写于 作者: Y Yang Yingliang 提交者: Xie XiuQi

arm64/mpam: fix compile warning

hulk inclusion
category: bugfix
bugzilla: NA
CVE: NA

----------------------------------------

Fix the compile warning
fs/resctrlfs.c: In function ‘resctrl_mount’:
fs/resctrlfs.c:358:1: warning: label ‘out_mongrp’ defined but not used [-Wunused-label]
 out_mongrp:
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 40ff7729
...@@ -354,8 +354,8 @@ static struct dentry *resctrl_mount(struct file_system_type *fs_type, ...@@ -354,8 +354,8 @@ static struct dentry *resctrl_mount(struct file_system_type *fs_type,
#ifndef CONFIG_ARM64 /* [FIXME] arch specific code */ #ifndef CONFIG_ARM64 /* [FIXME] arch specific code */
if (resctrl_mon_capable) if (resctrl_mon_capable)
kernfs_remove(kn_mondata); kernfs_remove(kn_mondata);
#endif
out_mongrp: out_mongrp:
#endif
if (resctrl_mon_capable) if (resctrl_mon_capable)
kernfs_remove(kn_mongrp); kernfs_remove(kn_mongrp);
out_info: out_info:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册