summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 01:10:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 01:10:02 +0000
commit1d37c4499249b17f143df12cebc5ee9ea3600ce3 (patch)
treee6c8611351d0924362d0c79f288e347a20fc21a4
parent05c8766454c1563d99bebbe1999c622282c9a692 (diff)
parentc87ea84d206a16e7ab7b5593c124e0cced288c31 (diff)
downloadcore-1d37c4499249b17f143df12cebc5ee9ea3600ce3.tar.gz
Change-Id: I61706fe61d187d6290843e4b8c716c3e0a707960
-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;