Xen: fix converity warning of xen_pt_config_init()
commitc4f68f0b52f4d84658ee977eb7e44a80857e0b50
authorCao jin <caoj.fnst@cn.fujitsu.com>
Mon, 25 Jan 2016 12:16:03 +0000 (25 20:16 +0800)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 12 Aug 2016 23:38:18 +0000 (12 16:38 -0700)
treeec79dccb0cec46a0b7fb1195b7ad523d89a5d3dd
parent28b874429ba16e71e0caa46453f3a3e31efb3c51
Xen: fix converity warning of xen_pt_config_init()

emu_regs is a pointer, ARRAY_SIZE doesn't return what we expect.
Since the remaining message is enough for debugging, so just remove it.
Also tweaked the message a little.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
hw/xen/xen_pt_config_init.c