commit | a3361abaae810b717fcb7191e0558bcbdaf1c12d | [log] [tgz] |
---|---|---|
author | Chris Ball <cjb@laptop.org> | Mon Mar 11 17:51:53 2013 -0400 |
committer | Chris Ball <cjb@laptop.org> | Fri Mar 22 12:40:05 2013 -0400 |
tree | 880393d8f6ab1fe51f17088fe5dc17205868c43d | |
parent | 22119901621f0aca1fefbb5e7100d76d1879ac16 [diff] |
mmc: sdhci: Don't ignore regulator_enable() return value 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>