[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>
This commit is contained in:
parent
184357a596
commit
347d59d7e9
|
@ -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
|
* This device must not be known to Linux. So we simply
|
||||||
* say that there is no device and return ENODEV.
|
* 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",
|
"at devno %04X, subchannel set %x\n",
|
||||||
sch->schib.pmcw.dev, sch->schid.ssid);
|
sch->schib.pmcw.dev, sch->schid.ssid);
|
||||||
err = -ENODEV;
|
err = -ENODEV;
|
||||||
|
|
Loading…
Reference in New Issue