trusty: storage: Allow starting without /data mounted

Bug: 187105270
Test: m
Change-Id: I3735e0752a6e502536000bd3102abda30cbd58fe
This commit is contained in:
Tri Vo 2021-08-02 14:57:38 -07:00
parent 2ed2f814fa
commit 91e475068d

View file

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