fs/vfs: remove redundant return in nx_vopen
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
5bee23da07
commit
0e42808923
@ -266,7 +266,6 @@ static int nx_vopen(FAR struct tcb_s *tcb,
|
||||
if (fd < 0)
|
||||
{
|
||||
file_close(&filep);
|
||||
return fd;
|
||||
}
|
||||
|
||||
return fd;
|
||||
|
Loading…
Reference in New Issue
Block a user