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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
                         * (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);
                                }