Merge "trusty: storage: Allow starting without /data mounted"
This commit is contained in:
commit
2b52180603
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue