From 84b4353790e8087a399a7ac8c3503f0bc2171d95 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Mon, 2 Aug 2021 14:57:38 -0700 Subject: [PATCH] trusty: storage: Allow starting without /data mounted Bug: 187105270 Test: m Change-Id: I3735e0752a6e502536000bd3102abda30cbd58fe Merged-In: I3735e0752a6e502536000bd3102abda30cbd58fe --- trusty/storage/proxy/storage.c | 1 - 1 file changed, 1 deletion(-) 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;