Introduced by c/s 1781f00e Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> Coverity-IDs: 1291939 (stray semicolon), 1291941 (structually dead code) CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> CC: Ian Campbell <ian.campb...@citrix.com> CC: Ian Jackson <ian.jack...@eu.citrix.com> CC: Wei Liu <wei.l...@citrix.com> CC: Xen Coverity Team <cover...@xen.org> --- tools/misc/xen-mfndump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/misc/xen-mfndump.c b/tools/misc/xen-mfndump.c index 0c018e0..ceeeaa9 100644 --- a/tools/misc/xen-mfndump.c +++ b/tools/misc/xen-mfndump.c @@ -41,7 +41,7 @@ int dump_m2p_func(int argc, char *argv[]) } /* Map M2P and obtain gpfn */ - if ( xc_maximum_ram_page(xch, &max_mfn) < 0 ); + if ( xc_maximum_ram_page(xch, &max_mfn) < 0 ) { ERROR("Failed to get the maximum mfn"); return -1; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel