From: Russell King Date: Fri, 25 Apr 2014 11:59:20 +0000 (+0100) Subject: mmc: sdhci: set_uhs_signaling() need not return a value X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e645012dff774895906058163ae244f47b9b81;p=pandora-kernel.git mmc: sdhci: set_uhs_signaling() need not return a value The set_uhs_signaling() method gives the impression that it can fail, but anything returned from the method is entirely ignored by the sdhci driver. So returning failure has no effect. So, kill the idea that it's possible for this to return an error by removing the returned value. Signed-off-by: Russell King Tested-by: Markus Pargmann Tested-by: Stephen Warren Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed