* [S390] cio: Don't spam debug feature.
@ 2007-02-06 21:09 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2007-02-06 21:09 UTC (permalink / raw)
To: linux-kernel, linux-s390; +Cc: cornelia.huck
From: Cornelia Huck <cornelia.huck@de.ibm.com>
[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>
---
drivers/s390/cio/cio.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urpN linux-2.6/drivers/s390/cio/cio.c linux-2.6-patched/drivers/s390/cio/cio.c
--- linux-2.6/drivers/s390/cio/cio.c 2007-02-04 19:44:54.000000000 +0100
+++ linux-2.6-patched/drivers/s390/cio/cio.c 2007-02-06 21:43:33.000000000 +0100
@@ -585,7 +585,7 @@ cio_validate_subchannel (struct subchann
* 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-06 21:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06 21:09 [S390] cio: Don't spam debug feature Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox