]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rockchip: i2s-tdm: Remove call to rockchip_i2s_ch_to_io
authorColin Ian King <colin.king@canonical.com>
Fri, 8 Oct 2021 09:54:29 +0000 (10:54 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 8 Oct 2021 16:22:51 +0000 (17:22 +0100)
commitfa175609ab30af8b0c10fbabb4ebb1e436d8e864
tree5405b2077f086819689407a938422fa9fdca6279
parent8ce7ea653c08d9f635ed49d288d510c24f01ca2b
ASoC: rockchip: i2s-tdm: Remove call to rockchip_i2s_ch_to_io

The call to rockchip_i2s_ch_to_io is only useful for its return
value which is not being used. The function call also has no
side effects, the call is effectively useless and can be removed.

Addresses-Coverity: ("Useless call")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Message-Id: <20211008095430.62680-1-colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_i2s_tdm.c