mmc: sdhci: Don't ignore regulator_enable() return value
authorChris Ball <cjb@laptop.org>
Mon, 11 Mar 2013 21:51:53 +0000 (17:51 -0400)
committerChris Ball <cjb@laptop.org>
Fri, 22 Mar 2013 16:40:05 +0000 (12:40 -0400)
Fixes:
/git/arm-soc/drivers/mmc/host/sdhci.c: In function 'sdhci_add_host':
/git/arm-soc/drivers/mmc/host/sdhci.c:2910:19: warning: ignoring
return value of 'regulator_enable', declared with attribute
warn_unused_result [-Wunused-result]

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c

Simple merge