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
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
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