Merge "trusty: storage: Allow starting without /data mounted"

This commit is contained in:
Tri Vo 2021-08-06 05:29:45 +00:00 committed by Gerrit Code Review
commit 2b52180603
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ int storage_init(const char *dirname)
if (ssdir_fd < 0) { if (ssdir_fd < 0) {
ALOGE("failed to open ss root dir \"%s\": %s\n", ALOGE("failed to open ss root dir \"%s\": %s\n",
dirname, strerror(errno)); dirname, strerror(errno));
return -1;
} }
ssdir_name = dirname; ssdir_name = dirname;
return 0; return 0;