Re: [PATCH 2/4] ASoC: codecs: wcd934x: remove redundant ret variable

From: Srinivas Kandagatla
Date: Tue Nov 30 2021 - 11:33:44 EST




On 30/11/2021 16:31, Mark Brown wrote:
On Tue, Nov 30, 2021 at 04:05:05PM +0000, Srinivas Kandagatla wrote:
return value form snd_soc_dapm_put_enum_double() directly instead
of taking this in another redundant variable.

Cleanups like this should come after any fixes in a series.


Noted, do you want me to resend a v2 fixing the order?

--srini