]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sun4i-i2s: Replace call to params_width by local variable
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 21 Aug 2019 13:06:55 +0000 (15:06 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 21 Aug 2019 13:16:56 +0000 (14:16 +0100)
commit7271f54bc3f1ac979c074628a136f2558436c94d
tree07f38aad65417dec5350a417754ebb8f51834cd7
parent33fe9f346396d2952b57f642fee47d06875dae6d
ASoC: sun4i-i2s: Replace call to params_width by local variable

The sun4i_i2s_hw_params function already has a variable holding the value
returned by params_width, so let's just use that variable instead of
calling params_width multiple times.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://lore.kernel.org/r/f85a1c1e014080a4bbc3abd19bc8fdcb86f0981a.1566392800.git-series.maxime.ripard@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-i2s.c