diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2019-08-19 17:20:05 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-10-31 17:20:50 +0100 |
commit | 4e79a5d41e8b053d1448ed4681a3db0a28f80c99 (patch) | |
tree | 536ed123cc65fd85606343a1c33d0a8af3ed2019 /drivers | |
parent | a320412dbbb312ffa446954838fef5226ae001cc (diff) | |
download | linux-stable-4e79a5d41e8b053d1448ed4681a3db0a28f80c99.tar.gz linux-stable-4e79a5d41e8b053d1448ed4681a3db0a28f80c99.tar.bz2 linux-stable-4e79a5d41e8b053d1448ed4681a3db0a28f80c99.zip |
s390/qdio: reduce log level for EQBS partial
Partial EQBS completion is no significant event, and the WARN ends up
spamming the debug logs for no good reason.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/s390/cio/qdio_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/qdio_main.c b/drivers/s390/cio/qdio_main.c index 5b63c505a2f7..675f00235776 100644 --- a/drivers/s390/cio/qdio_main.c +++ b/drivers/s390/cio/qdio_main.c @@ -131,7 +131,7 @@ again: case 96: /* not all buffers processed */ qperf_inc(q, eqbs_partial); - DBF_DEV_EVENT(DBF_WARN, q->irq_ptr, "EQBS part:%02x", + DBF_DEV_EVENT(DBF_INFO, q->irq_ptr, "EQBS part:%02x", tmp_count); return count - tmp_count; case 97: |