]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: greybus: audio_codec.c: Cleanup blank lines
authorKamal Heib <kamalheib1@gmail.com>
Wed, 17 Jan 2018 14:52:26 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 10:49:23 +0000 (11:49 +0100)
Remove the blank lines.

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_codec.c

index c4b6584eb1be1aba91cfb1d25afb942f125b3651..98ddb7e5b78b00d4da1d1c85c2d284ff68ce630e 100644 (file)
@@ -587,7 +587,6 @@ static int gbcodec_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
        struct gbaudio_codec_info *codec = dev_get_drvdata(dai->dev);
        struct gbaudio_stream_params *params;
 
-
        dev_dbg(dai->dev, "Mute:%d, Direction:%s\n", mute,
                stream ? "CAPTURE":"PLAYBACK");
 
@@ -907,7 +906,6 @@ static void gbaudio_codec_clean_data_rx(struct gbaudio_data_connection *data)
        data->state[1] = GBAUDIO_CODEC_SHUTDOWN;
 }
 
-
 static void gbaudio_codec_cleanup(struct gbaudio_module_info *module)
 {
        struct gbaudio_data_connection *data;
@@ -923,7 +921,6 @@ static void gbaudio_codec_cleanup(struct gbaudio_module_info *module)
 
                if (cap_state > GBAUDIO_CODEC_SHUTDOWN)
                        gbaudio_codec_clean_data_rx(data);
-
        }
 }