From fe821915020126cc70bab503216e6345066a8f9e Mon Sep 17 00:00:00 2001 From: Asaf Vertz Date: Tue, 20 Jan 2015 18:33:35 +0200 Subject: [PATCH] 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-format-patch failed