Re: [RFC PATCH 1/9] x86/sgx: Remove unused local variable in sgx_encl_release()

2019-06-04 Thread Jarkko Sakkinen
On Fri, May 31, 2019 at 04:31:51PM -0700, Sean Christopherson wrote: > Signed-off-by: Sean Christopherson > --- How this patch is essential to demonstrate anything? /Jarkko

[RFC PATCH 1/9] x86/sgx: Remove unused local variable in sgx_encl_release()

2019-05-31 Thread Sean Christopherson
Signed-off-by: Sean Christopherson --- arch/x86/kernel/cpu/sgx/encl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/cpu/sgx/encl.c b/arch/x86/kernel/cpu/sgx/encl.c index 7216bdf07bd0..f23ea0fbaa47 100644 --- a/arch/x86/kernel/cpu/sgx/encl.c +++