mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
Everybody expects the error field in the struct mmc_command|data to be and int but it's actually an unsigned int. Let's convert it into an int to meet the expectations. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>