From: Heiko Carstens Date: Fri, 14 Sep 2012 09:09:52 +0000 (+0200) Subject: s390: add uninitialized_var() to suppress false positive compiler warnings X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~81^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41459d36cf0d57813017dae6080a879cc038e5fe;p=pandora-kernel.git s390: add uninitialized_var() to suppress false positive compiler warnings Get rid of these: arch/s390/kernel/smp.c:134:19: warning: ‘status’ may be used uninitialized in this function [-Wuninitialized] arch/s390/mm/pgtable.c:641:10: warning: ‘table’ may be used uninitialized in this function [-Wuninitialized] arch/s390/mm/pgtable.c:644:12: warning: ‘page’ may be used uninitialized in this function [-Wuninitialized] drivers/s390/cio/cio.c:1037:14: warning: ‘schid’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed