From: Asaf Vertz Date: Tue, 20 Jan 2015 16:33:35 +0000 (+0200) Subject: mmc: block: fix format string warning X-Git-Tag: fixes-v4.0-rc1~141^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe821915020126cc70bab503216e6345066a8f9e;p=pandora-kernel.git mmc: block: fix format string warning Fixed the following warning (reported by cppcheck): [drivers/mmc/card/block.c:2149]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. Signed-off-by: Asaf Vertz Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed