]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] cio: change confusing message in cmf.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 22 Aug 2007 11:51:37 +0000 (13:51 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 22 Aug 2007 11:51:47 +0000 (13:51 +0200)
commit12fbf5dfd368fc42fe9be80df73ba23bd0e12229
tree2a20657642632e9db2050066e50df8e6dec36dcb
parentd3857bf5e3110cbe58e92e586673d7ad3aa461cd
[S390] cio: change confusing message in cmf.

cmf currently prints a message that more than 4096 channels are not
allowed in basic mode - however, this can only be enforced if cmf was
a module (which is no longer possible). It makes much more sense to
not check the specified number of channels and just print a message if
the block for basic mode could not be allocated (which may happen for
any number of specified channels).

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/cmf.c