]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: audio: remove the unnecessary return statement
authorDavid Lin <dtwlin@google.com>
Fri, 24 Jun 2016 20:52:43 +0000 (13:52 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 24 Jun 2016 23:06:51 +0000 (16:06 -0700)
commit9e138dd479cb1f924a3d78e13e6ba5668db73acc
treebfd3199b727d071eed79fb16554f57fca4f741ff
parent2d466c23c64f7556d0a184a1f02b2c8a23edaf5e
greybus: audio: remove the unnecessary return statement

The return statement immediately after the BUG_ON of the gbcodec_write()
call is added by mistake. It's not causing any errors right now due to
that gbcodec_reg is currently not being used.

Testing Done:
- Audio playback on EVT2

Signed-off-by: David Lin <dtwlin@google.com>
Reviewed-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio_codec.c