Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09a308f3 authored by Jan Glauber's avatar Jan Glauber Committed by Martin Schwidefsky
Browse files

[S390] qdio: count number of qdio interrupts



Add missing increment for the qdio interrupt counter.

Signed-off-by: default avatarSigned-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 6ea50968
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -955,6 +955,9 @@ void qdio_int_handler(struct ccw_device *cdev, unsigned long intparm,
		return;
	}

	if (irq_ptr->perf_stat_enabled)
		irq_ptr->perf_stat.qdio_int++;

	if (IS_ERR(irb)) {
		switch (PTR_ERR(irb)) {
		case -EIO: