From: Jan Glauber Date: Thu, 25 Dec 2008 12:38:45 +0000 (+0100) Subject: [S390] qdio: fix compile warning under 31 bit X-Git-Tag: v2.6.29-rc1~584^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1ce28aeb7a8b1666eaa9f104c1a2f5a149f9df;p=pandora-kernel.git [S390] qdio: fix compile warning under 31 bit The QEBSM instructions are only available for CONFIG_64BIT, they are not used under 31 bit. Make compiler happy about the false positive: drivers/s390/cio/qdio_main.c: In function ?qdio_inbound_q_done?: drivers/s390/cio/qdio_main.c:532: warning: ?state? may be used uninitialized in this function Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed