From: alex chen Date: Fri, 16 Jan 2015 23:52:03 +0000 (-0800) Subject: pstore: Fix sprintf format specifier in pstore_dump() X-Git-Tag: fixes-v4.0-rc1~135^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b8978c54b771308f6f1692b9735ac0bb087cc2;p=pandora-kernel.git pstore: Fix sprintf format specifier in pstore_dump() We should use sprintf format specifier "%u" instead of "%d" for argument of type 'unsigned int' in pstore_dump(). Signed-off-by: Alex Chen Reviewed-by: Joseph Qi Acked-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-diff-tree failed