Re: [Qemu-devel] [PATCH] ppc_booke: drop useless assignment

2017-04-22 Thread Michael Tokarev
24.03.2017 15:55, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > The tb_env variable is set two lines above. So just drop the double > assignment. Applied to -trivial, thanks! /mjt

[Qemu-devel] [PATCH] ppc_booke: drop useless assignment

2017-03-24 Thread fred . konrad
From: KONRAD Frederic The tb_env variable is set two lines above. So just drop the double assignment. Signed-off-by: KONRAD Frederic --- hw/ppc/ppc_booke.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/ppc/ppc_booke.c b/hw/ppc/ppc_booke.c index 60baffa..23bcf1b 100644 --- a/hw/ppc/ppc_