mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
orangefs: remove unnecessary assignment to variable ret
The variable ret is guaranteed to be 0 in this if (). So we can remove this assignement. Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
476af91933
commit
e848643b52
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ static int __init orangefs_init(void)
|
||||||
pr_info("%s: module version %s loaded\n",
|
pr_info("%s: module version %s loaded\n",
|
||||||
__func__,
|
__func__,
|
||||||
ORANGEFS_VERSION);
|
ORANGEFS_VERSION);
|
||||||
ret = 0;
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue