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>

authored by Jing Xiangfeng and committed by Mike Marshall e848643b 476af919

-1
-1
fs/orangefs/orangefs-mod.c
··· 149 pr_info("%s: module version %s loaded\n", 150 __func__, 151 ORANGEFS_VERSION); 152 - ret = 0; 153 goto out; 154 } 155
··· 149 pr_info("%s: module version %s loaded\n", 150 __func__, 151 ORANGEFS_VERSION); 152 goto out; 153 } 154