[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200720143533.GG4601@sirena.org.uk>
Date: Mon, 20 Jul 2020 15:35:33 +0100
From: Mark Brown <broonie@...nel.org>
To: Saravana Kannan <saravanak@...gle.com>
Cc: Liam Girdwood <lgirdwood@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Marek Szyprowski <m.szyprowski@...sung.com>,
John Stultz <john.stultz@...aro.org>,
linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: Re: [PATCH v3 4/4] regulator: core: Add voltage support for
sync_state() callbacks
On Wed, Jul 15, 2020 at 09:20:53PM -0700, Saravana Kannan wrote:
> - if (!handoff)
> + if (!handoff) {
> regulator_disable(rdev->boot_limits);
> - else
> + regulator_set_voltage(rdev->boot_limits, 0, INT_MAX);
> + } else {
> rdev->use_count--;
> + }
> destroy_regulator(rdev->boot_limits);
These sets should be completely redundant since they will go away when
the regulator is destroyed, if there's an issue with that we should fix
it rather than bodging around it.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists