[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] hw/s390x/css: Remove double initialization
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH] hw/s390x/css: Remove double initialization |
Date: |
Mon, 7 Sep 2020 04:40:20 +0200 |
Fix eventual copy/paste mistake introduced in commit bc994b74ea
("s390x/css: Use static initialization for channel_subsys fields").
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/s390x/css.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/s390x/css.c b/hw/s390x/css.c
index 519dc91316d..9961cfe7bf6 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 =
--
2.26.2
- [PATCH] hw/s390x/css: Remove double initialization,
Philippe Mathieu-Daudé <=