diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-08-12 01:09:35 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-08-12 01:09:35 +0000 |
commit | 0e1bb8973c872b551ff83d06c48b096845e3706c (patch) | |
tree | e6c8611351d0924362d0c79f288e347a20fc21a4 | |
parent | 5c7b384da8acb00e5f6a68adc9abdc2e1bd8bf19 (diff) | |
parent | aa51f69d7ae8edac15d439a1a73ebe675d05575a (diff) |
Snap for 7634030 from aa51f69d7ae8edac15d439a1a73ebe675d05575a to sc-qpr1-release
Change-Id: I1f5a2f0534c269767fb20005f3baa093488d15b6
-rw-r--r-- | trusty/storage/proxy/storage.c | 1 |
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; |