diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2021-06-01 16:44:24 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-02 08:05:23 +0100 |
commit | ef7570b67541d8b938df1e45f56e54be70bf1360 (patch) | |
tree | faca5ee8122a11b62342a04dd25f736dffe61fae /drivers/regulator | |
parent | 437faaa6cebadf8ff4c2c28d7cb26ed4e34aeb14 (diff) | |
download | linux-ef7570b67541d8b938df1e45f56e54be70bf1360.tar.gz linux-ef7570b67541d8b938df1e45f56e54be70bf1360.tar.bz2 linux-ef7570b67541d8b938df1e45f56e54be70bf1360.zip |
ASoC: rk817: fix a warning in rk817_probe()
The return value of snd_soc_component_write() is stored but not
evaluated and this results in a warning when W=1 is set. Stop storing
the return value to be consistent with all other calls of
snd_soc_component_write() and to remove the warning.
Fixes: 0d6a04da9b25 ("ASoC: Add Rockchip rk817 audio CODEC support")
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/regulator')
0 files changed, 0 insertions, 0 deletions