staging: greybus: audio_codec: Remove useless return statement.
authorElise Lennion <elise.lennion@gmail.com>
Thu, 13 Oct 2016 22:40:04 +0000 (19:40 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:35 +0000 (10:27 +0200)
commit3f98afe0b6d6d8d7a72461f9b13da122fe08d20e
tree954de3bc1bf3b0c9e0775b59a51fa2acb8283228
parent3b438f2ca9bbf43718b6155bdd9d4841eebb63ab
staging: greybus: audio_codec: Remove useless return statement.

Remove return statement that is immediately followed by the function
closing bracket.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_codec.c