From: Cornelia Huck Date: Mon, 5 Feb 2007 20:17:56 +0000 (+0100) Subject: [S390] cio: Don't spam debug feature. X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~28453^2~21^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=347d59d7e9739ff2acbaa751b6225ecb335c3f29;p=mirror_ubuntu-zesty-kernel.git [S390] cio: Don't spam debug feature. Lower priority of "Blacklisted device detected" messages so we don't overwrite more useful messages. Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c index ae1bf231d089..07a4cbfc2436 100644 --- a/drivers/s390/cio/cio.c +++ b/drivers/s390/cio/cio.c @@ -585,7 +585,7 @@ cio_validate_subchannel (struct subchannel *sch, struct subchannel_id schid) * This device must not be known to Linux. So we simply * say that there is no device and return ENODEV. */ - CIO_MSG_EVENT(0, "Blacklisted device detected " + CIO_MSG_EVENT(4, "Blacklisted device detected " "at devno %04X, subchannel set %x\n", sch->schib.pmcw.dev, sch->schid.ssid); err = -ENODEV;