summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-14 01:45:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-14 01:45:37 +0000
commitc8d20ad984353e97a610c9b648108e85345cad90 (patch)
treee6c8611351d0924362d0c79f288e347a20fc21a4
parent5b6f56729767c9b0ca773b45926260c0b4f67783 (diff)
parentba679bf18a7877eeb57df2bdabc227cef361c7c9 (diff)
downloadcore-c8d20ad984353e97a610c9b648108e85345cad90.tar.gz
Snap for 7641971 from ba679bf18a7877eeb57df2bdabc227cef361c7c9 to mainline-permission-release
Change-Id: I06dc006fae99d6fe0ced177af362f18eb5c87d54
-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;