On Tue, 1 Feb 2011 17:36:28 +0200 Aaro Koskinen <[email protected]> wrote:
> With the commit 757902513019e6ee469791ff76f954b19ca8d036 fixed voltage > regulator setup will fail if there are voltage constraints defined. This > made MMC unusable on this board. Fix by just deleting those redundant > constraints. > True. Before there were a test min_uV == max_uV && ops->set_voltage and now min_uV == max_uV followed by test for ops->set_voltage that returns EINVAL if not set (NULL for fixed voltage regulator obviously). Reviewed-by: Jarkko Nikula <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
