[S390] qdio: remove superfluous log entries and WARN_ONs.
authorJan Glauber <jang@linux.vnet.ibm.com>
Fri, 18 Dec 2009 16:43:25 +0000 (17:43 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Fri, 18 Dec 2009 16:43:32 +0000 (17:43 +0100)
commit7883097f1602c8cbb1da764a6ac43e0b8a7f56d9
tree56eb8ce552c71ac18e8869f51ef05c6af965fd49
parentca633fd006486ed2c2d3b542283067aab61e6dc8
[S390] qdio: remove superfluous log entries and WARN_ONs.

* Don't write debug feature log entries for sl, slsb and sbal since these
  elements can be located from the qdio_q pointer which is also logged.
* Convert WARN_ON for wrong alignment of sbal to BUG_ON.
* Remove WARN_ON's for wrong alignment of q / qib / slib since these
  alignments should be guaranteed by kmem_cache_alloc alignment /
  struct aligned attribute / __get_free_page.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_setup.c