Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udf: Remove redundant initialization of variable ret
After commit 9293fcf ("udf: Remove struct ustr as non-needed intermediate storage"), the variable ret is being initialized with '-ENOMEM' that is meaningless. So remove it. Link: https://lore.kernel.org/r/20200922081322.70535-1-jingxiangfeng@huawei.com Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz>
- Loading branch information