strat: fix remaining FS result magic numbers

This commit is contained in:
Michael Scire
2019-03-28 19:45:41 -07:00
parent acffae6643
commit 29be429d2f
5 changed files with 12 additions and 12 deletions

View File

@@ -189,7 +189,7 @@ Result FsMitmService::OpenBisStorage(Out<std::shared_ptr<IStorageInterface>> out
} else {
/* Do not allow non-sysmodules to read *or* write CAL0. */
fsStorageClose(&bis_storage);
return 0x320002;
return ResultFsPermissionDenied;
}
} else {
if (is_sysmodule || has_bis_write_flag) {