From: Jan Glauber Date: Fri, 18 Dec 2009 16:43:25 +0000 (+0100) Subject: [S390] qdio: remove superfluous log entries and WARN_ONs. X-Git-Tag: v2.6.33-rc2~51^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7883097f1602c8cbb1da764a6ac43e0b8a7f56d9;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed