summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2021-08-11 16:02:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-11 16:02:35 +0000
commitc87ea84d206a16e7ab7b5593c124e0cced288c31 (patch)
treee6c8611351d0924362d0c79f288e347a20fc21a4
parentbbedda71e197a292067528b66df09947399db242 (diff)
parent84b4353790e8087a399a7ac8c3503f0bc2171d95 (diff)
downloadcore-c87ea84d206a16e7ab7b5593c124e0cced288c31.tar.gz
Merge "trusty: storage: Allow starting without /data mounted" into sc-devandroid12-dev
-rw-r--r--trusty/storage/proxy/storage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trusty/storage/proxy/storage.c b/trusty/storage/proxy/storage.c
index 5b83e2141..2fde30f84 100644
--- a/trusty/storage/proxy/storage.c
+++ b/trusty/storage/proxy/storage.c
@@ -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;