]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Convert the error field in struct mmc_command|data into an int
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 31 Mar 2015 10:41:55 +0000 (12:41 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 8 Apr 2015 10:10:20 +0000 (12:10 +0200)
commitacf74d72022c38a763d76f043339ad17ccaed3de
tree93a4da809a5d5930a458f1e2acfd3f9320dc946f
parent6b70147a33a822150d3c5c42296d96236e071791
mmc: core: Convert the error field in struct mmc_command|data into an int

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>
include/linux/mmc/core.h