Re: [PATCH] KVM: ia64: remove unused variable in kvm_release_vm_pages()
Marcelo Tosatti <[email protected]> Fri, 26 Oct 2012 20:51:31 +0000
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm,org.kernel.vger.linux-ia64 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 17, 2012 at 11:03:42PM +0800, Wei Yongjun wrote: > From: Wei Yongjun <[email protected]> > > The variable base_gfn is initialized but never used > otherwise, so remove the unused variable. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun <[email protected]> > --- > arch/ia64/kvm/kvm-ia64.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks.