Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Cornelia Huck and committed by
Martin Schwidefsky
347d59d7 184357a5

+1 -1
+1 -1
drivers/s390/cio/cio.c
··· 585 585 * This device must not be known to Linux. So we simply 586 586 * say that there is no device and return ENODEV. 587 587 */ 588 - CIO_MSG_EVENT(0, "Blacklisted device detected " 588 + CIO_MSG_EVENT(4, "Blacklisted device detected " 589 589 "at devno %04X, subchannel set %x\n", 590 590 sch->schib.pmcw.dev, sch->schid.ssid); 591 591 err = -ENODEV;