Skip to content

Commit

Permalink
[SYS_FS] Fix MISRA-C violations
Browse files Browse the repository at this point in the history
MH3-81177
  • Loading branch information
syamknair committed Jun 5, 2023
1 parent 7bba634 commit 691f16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/fs/src/sys_fs.c.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ SYS_FS_RESULT SYS_FS_Mount
if (disk->fsFunctions->chdrive != NULL)
{
(void) disk->fsFunctions->chdrive(disk->diskNumber);
fileStatus = (int)SYS_FS_ERROR_OK;
}
else
{
Expand Down

0 comments on commit 691f16f

Please sign in to comment.