Re: [patch 2.6.28-rc5] regulator: enable/disable refcounting

From: Mark Brown
Date: Mon Nov 17 2008 - 10:16:54 EST


On Sun, Nov 16, 2008 at 11:44:46AM -0800, David Brownell wrote:

> + mutex_lock(&rdev->mutex);
> + if (regulator->enabled == 1) {
> + ret = _regulator_disable(rdev);
> + if (ret == 0)
> + regulator->uA_load = 0;

Why clear the load here? I'd expect to be able to enable and disable
the regulator while preserving the configuration.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/