[alsa-devel] [PATCH 2/7] ASoC: rt5677: clean up gpiolib callbacks
Mark Brown
broonie at kernel.org
Tue Jun 2 21:38:18 CEST 2015
On Tue, Jun 02, 2015 at 02:09:13AM +0300, Vladimir Zapolskiy wrote:
> + if (value)
> + val = RT5677_GPIO_OUT_HI(offset);
It seems like a greater variation in variable names might be called for
here.
> regmap_update_bits(rt5677->regmap, RT5677_GPIO_CTRL2,
> - 0x1 << (offset * 3 + 1), !!value << (offset * 3 + 1));
> + RT5677_GPIO_OUT_MASK(offset), val);
Besides, isn't the minimal change here just to remove the !! (or do
nothing)? C defines a mapping between boolean and integer values.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20150602/6bbaf623/attachment.sig>
More information about the Alsa-devel
mailing list