Skip to content

Commit

Permalink
Staging: greybus: audio_codec: changed a void function to return 0
Browse files Browse the repository at this point in the history
Fixed a coding style issue.

Signed-off-by: Senthuran Sivarajah <ssivaraj@stud.fra-uas.de>
  • Loading branch information
senthusiva authored and intel-lab-lkp committed Oct 28, 2021
1 parent 3d34b18 commit 0b582ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/greybus/audio_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ static int gbcodec_probe(struct snd_soc_component *comp)
static void gbcodec_remove(struct snd_soc_component *comp)
{
/* Empty function for now */
return;
return 0;
}

static int gbcodec_write(struct snd_soc_component *comp, unsigned int reg,
Expand Down

0 comments on commit 0b582ab

Please sign in to comment.