Re: [Qemu-devel] [PATCH] ioh3420: Remove unreachable code

2012-09-02 Thread Juan Quintela
Stefan Weil wrote: > Report from smatch: > hw/ioh3420.c:128 ioh3420_initfn(35) info: ignoring unreachable code. > > Signed-off-by: Stefan Weil Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH] ioh3420: Remove unreachable code

2012-09-01 Thread Stefan Weil
Report from smatch: hw/ioh3420.c:128 ioh3420_initfn(35) info: ignoring unreachable code. Signed-off-by: Stefan Weil --- hw/ioh3420.c |1 - 1 file changed, 1 deletion(-) diff --git a/hw/ioh3420.c b/hw/ioh3420.c index 94a537c..4d31473 100644 --- a/hw/ioh3420.c +++ b/hw/ioh3420.c @@ -125,7 +12