Sorry, I forgot to CC Wenjia, Chirstian and Sven. They all saw early versions of the patch. But of course my mistake, not to check with scripts/get_maintainer.pl On 30.04.24 11:10, Alexandra Winter wrote: > Fix: > There is no need to free the output queues when a completion queue is > added or removed. > card->qdio.state now indicates whether the inbound buffer pool and the > outbound queues are allocated. > card->qdio.c_q indicates whether a CQ is allocated. > > Fixes: 1cfef80d4c2b ("s390/qeth: Don't call dev_close/dev_open (DOWN/UP)") > Signed-off-by: Alexandra Winter <wintera@xxxxxxxxxxxxx> > --- > drivers/s390/net/qeth_core_main.c | 61 ++++++++++++++----------------- > 1 file changed, 27 insertions(+), 34 deletions(-) > > diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c > index f0b8b709649f..a3adaec5504e 100644 > --- a/drivers/s390/net/qeth_core_main.c > +++ b/drivers/s390/net/qeth_core_main.c > @@ -364,30 +364,33 @@ static int qeth_cq_init(struct qeth_card *card)