summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 01:09:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 01:09:11 +0000
commit437dc3fc2a706255950fd1c0cd37aa959cfb0170 (patch)
treee6c8611351d0924362d0c79f288e347a20fc21a4
parent8c1b5b1eb6fb5ca176dc2bbe1f00c39a0a80e549 (diff)
parentc87ea84d206a16e7ab7b5593c124e0cced288c31 (diff)
downloadcore-437dc3fc2a706255950fd1c0cd37aa959cfb0170.tar.gz
Snap for 7633965 from c87ea84d206a16e7ab7b5593c124e0cced288c31 to sc-d1-release
Change-Id: I4a0643b51462c4b43138b6da5bfadcb0590dedc0
-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;