Merge "trusty: storage: Allow starting without /data mounted" into sc-dev am: c87ea84d20

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/15479651

Change-Id: I47de7199ac5226fdd20ca39e0f29d2aa0237b91f
diff --git a/trusty/storage/proxy/storage.c b/trusty/storage/proxy/storage.c
index 5b83e21..2fde30f 100644
--- a/trusty/storage/proxy/storage.c
+++ b/trusty/storage/proxy/storage.c
@@ -477,7 +477,6 @@
     if (ssdir_fd < 0) {
         ALOGE("failed to open ss root dir \"%s\": %s\n",
                dirname, strerror(errno));
-        return -1;
     }
     ssdir_name = dirname;
     return 0;