From: Heiko Carstens Date: Fri, 13 Aug 2010 08:06:38 +0000 (+0200) Subject: [S390] dasd: fix format string types X-Git-Tag: v2.6.36-rc1~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625c94df22fb4247c8ccd54635a8ec77cb60d651;p=pandora-kernel.git [S390] dasd: fix format string types Get rid of these warnings: drivers/s390/block/dasd.c: In function '__dasd_device_check_expire': drivers/s390/block/dasd.c:1330: warning: format '%i' expects type 'int', but argument 4 has type 'long unsigned int' drivers/s390/block/dasd.c:1337: warning: format '%i' expects type 'int', but argument 4 has type 'long unsigned int' Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed