diff --git a/fs/crypto/policy.c b/fs/crypto/policy.c index 9c9ab664befc..42ec7e925020 100644 --- a/fs/crypto/policy.c +++ b/fs/crypto/policy.c @@ -633,7 +633,7 @@ static int fscrypt_update_context(union fscrypt_context *ctx) if (!fscrypt_find_storage_type(&boot)) { if (!strcmp(boot, SDHCI)) ctx->v1.flags |= FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32; - return 0; + return 0; } return -EINVAL; }