From a3361abaae810b717fcb7191e0558bcbdaf1c12d Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Mon, 11 Mar 2013 17:51:53 -0400 Subject: [PATCH] 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 Signed-off-by: Chris Ball --- Reading git-format-patch failed