From: Michael Holzheu Date: Fri, 11 Sep 2009 08:28:54 +0000 (+0200) Subject: [S390] hypfs: Use "%u" instead of "%d" for unsigned ints in snprintf X-Git-Tag: v2.6.32-rc1~734^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2a5d8e0b518f997af126dd737127bdada90a6f;p=pandora-kernel.git [S390] hypfs: Use "%u" instead of "%d" for unsigned ints in snprintf For printing unsigned integers hypfs uses "%d" in snprintf(). This is wrong. With this patch "%u" is used instead. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed