[PATCH] staging: greybus: fix some formatting issues

From: Wang Qing
Date: Tue May 18 2021 - 07:56:42 EST


fixing WARNING: void function return statements are not generally useful

Signed-off-by: Wang Qing <wangqing@xxxxxxxx>
---
drivers/staging/greybus/audio_codec.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c
index b589cf6..ffd8997
--- a/drivers/staging/greybus/audio_codec.c
+++ b/drivers/staging/greybus/audio_codec.c
@@ -1028,7 +1028,6 @@ static int gbcodec_probe(struct snd_soc_component *comp)
static void gbcodec_remove(struct snd_soc_component *comp)
{
/* Empty function for now */
- return;
}

static int gbcodec_write(struct snd_soc_component *comp, unsigned int reg,
--
2.7.4