Re: [PATCH v2 2/2] powerpc/kvm: remove redundant assignment

2013-11-07 Thread Liu ping fan
On Thu, Nov 7, 2013 at 6:06 PM, Alexander Graf wrote: > > On 07.11.2013, at 07:22, Liu Ping Fan wrote: > >> ret is assigned twice with the same value, so remove the later one. >> >> Signed-off-by: Liu Ping Fan >> Acked-by: Paul Mackerras > > I suppose my last request for a patch description was

Re: [PATCH v2 2/2] powerpc/kvm: remove redundant assignment

2013-11-07 Thread Alexander Graf
On 07.11.2013, at 07:22, Liu Ping Fan wrote: > ret is assigned twice with the same value, so remove the later one. > > Signed-off-by: Liu Ping Fan > Acked-by: Paul Mackerras I suppose my last request for a patch description was slightly too abbreviated :). Sorry about that. Imagine you are

[PATCH v2 2/2] powerpc/kvm: remove redundant assignment

2013-11-06 Thread Liu Ping Fan
ret is assigned twice with the same value, so remove the later one. Signed-off-by: Liu Ping Fan Acked-by: Paul Mackerras --- arch/powerpc/kvm/book3s_64_mmu_hv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kvm/book3s_64_mmu_hv.c b/arch/powerpc/kvm/book3s_64_mmu_hv.c index db