From: Philippe Mathieu-Daudé Date: Mon, 7 Sep 2020 02:40:20 +0000 (+0200) Subject: hw/s390x/css: Remove double initialization X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=715ff23ef2c49685da416f0233cd38d72bf4045e;p=qemu.git hw/s390x/css: Remove double initialization Fix eventual copy/paste mistake introduced in commit bc994b74ea ("s390x/css: Use static initialization for channel_subsys fields"). Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Message-Id: <20200907024020.854465-1-philmd@redhat.com> Signed-off-by: Cornelia Huck --- diff --git a/hw/s390x/css.c b/hw/s390x/css.c index 519dc91316..9961cfe7bf 100644 --- a/hw/s390x/css.c +++ b/hw/s390x/css.c @@ -353,7 +353,6 @@ static ChannelSubSys channel_subsys = { .pending_crws = QTAILQ_HEAD_INITIALIZER(channel_subsys.pending_crws), .do_crw_mchk = true, .sei_pending = false, - .do_crw_mchk = true, .crws_lost = false, .chnmon_active = false, .indicator_addresses =