All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: Don't warn user about expected behaviour in mmc-twl4030
@ 2009-03-30 19:15 Mark Brown
  2009-03-30 20:53 ` David Brownell
  2009-04-04  0:24 ` [APPLIED] [PATCH] OMAP: Don't warn user about expected behaviour in Tony Lindgren
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Brown @ 2009-03-30 19:15 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, David Brownell, Mark Brown

The approach that's being taken by the mmc-twl4030 driver to disabling
regulators is a normal and supported one so there is no need to print
messages on the console warning about this - their system is functioning
normally.

Signed-off-by: Mark Brown <broonie@sirena.org.uk>
---
 arch/arm/mach-omap2/mmc-twl4030.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c
index 8db1f29..b76a31a 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.c
+++ b/arch/arm/mach-omap2/mmc-twl4030.c
@@ -136,14 +136,11 @@ static int twl_mmc_late_init(struct device *dev)
 			 * (which is safe for MMC, but not in general).
 			 */
 			if (regulator_is_enabled(hsmmc[i].vcc) > 0) {
-				dev_warn(dev, "APPLY REGULATOR HACK for vmmc\n");
 				regulator_enable(hsmmc[i].vcc);
 				regulator_disable(hsmmc[i].vcc);
 			}
 			if (hsmmc[i].vcc_aux) {
 				if (regulator_is_enabled(reg) > 0) {
-					dev_warn(dev, "APPLY REGULATOR HACK "
-						"for vmmc_aux\n");
 					regulator_enable(reg);
 					regulator_disable(reg);
 				}
-- 
1.6.2.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-06 15:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 19:15 [PATCH] OMAP: Don't warn user about expected behaviour in mmc-twl4030 Mark Brown
2009-03-30 20:53 ` David Brownell
2009-03-31 21:00   ` Mark Brown
2009-04-04  0:26     ` Tony Lindgren
2009-04-04  0:40       ` Mark Brown
2009-04-04  1:03     ` David Brownell
2009-04-06 15:56       ` Mark Brown
2009-04-04  0:24 ` [APPLIED] [PATCH] OMAP: Don&#39;t warn user about expected behaviour in Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.