From: Ulf Hansson Date: Tue, 31 Mar 2015 10:41:55 +0000 (+0200) Subject: mmc: core: Convert the error field in struct mmc_command|data into an int X-Git-Tag: omap-for-v4.2/o2_dc~168^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c5179b9a8ab8e3255f78e233d94ea54f23f832;p=pandora-kernel.git 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 --- Reading git-diff-tree failed