diff options
author | Uwe Kleine-König <[email protected]> | 2022-04-25 21:30:23 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-04-26 15:13:43 +0100 |
commit | 6cefb6264277c073030a3b2d91ba6b28593b4c89 (patch) | |
tree | f9d73ff394a225a36afce628a61d3c517d472049 /lib/assoc_array.c | |
parent | c85f533d51ca42a461a61303322b0cf74fb75a6b (diff) |
ASoC: pcm1789: Make pcm1789_common_exit() return void
This function returns zero unconditionally, so there isn't any benefit
of returning a value. Make it return void to be able to see at a glance
that the return value of pcm1789_i2c_remove() is always zero.
This patch is a preparation for making i2c remove callbacks return void.
Signed-off-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
0 files changed, 0 insertions, 0 deletions