Re: [PATCH] KVM: arm/arm64: arch_timer: remove unused error handling

2016-09-08 Thread Christoffer Dall
Hi Arnd, On Thu, Sep 08, 2016 at 03:58:44PM +0200, Arnd Bergmann wrote: > A cleanup removed the call to create_singlethread_workqueue(), but did not > remove the code that was used in case it failed: > > virt/kvm/arm/arch_timer.c: In function 'kvm_timer_hyp_init': > virt/kvm/arm/arch_timer.c:457:

[PATCH] KVM: arm/arm64: arch_timer: remove unused error handling

2016-09-08 Thread Arnd Bergmann
A cleanup removed the call to create_singlethread_workqueue(), but did not remove the code that was used in case it failed: virt/kvm/arm/arch_timer.c: In function 'kvm_timer_hyp_init': virt/kvm/arm/arch_timer.c:457:1: error: label 'out_free' defined but not used [-Werror=unused-label] This remov