commit | fe821915020126cc70bab503216e6345066a8f9e | [log] [tgz] |
---|---|---|
author | Asaf Vertz <asaf.vertz@tandemg.com> | Tue Jan 20 18:33:35 2015 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jan 21 09:41:34 2015 +0100 |
tree | 034bf1077f348e15af3edf51423d1ce0e746eefb | |
parent | 9cd0ef2b104836e7bb344a343654d91ae9e55cb0 [diff] |
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 <asaf.vertz@tandemg.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>