summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_module.c
diff options
context:
space:
mode:
authorViresh Kumar2016-06-10 11:29:07 +0200
committerGreg Kroah-Hartman2016-06-11 01:32:33 +0200
commit60fb3405c73ea0bbab942c699496123f9e987c04 (patch)
treedf845bd382a5b25591605966d8dab8ca1ad20e8d /drivers/staging/greybus/audio_module.c
parentgreybus: firmware: Fix spelling mistake (diff)
downloadkernel-qcow2-linux-60fb3405c73ea0bbab942c699496123f9e987c04.tar.gz
kernel-qcow2-linux-60fb3405c73ea0bbab942c699496123f9e987c04.tar.xz
kernel-qcow2-linux-60fb3405c73ea0bbab942c699496123f9e987c04.zip
greybus: Remove extra blank lines
This patch removes few blank lines across the repository at places where two blank lines were present together or when a blank line is present at the start or end of a routine. Note that this doesn't remove most of them from greybus_protocols.h as they were added on purpose. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/audio_module.c')
-rw-r--r--drivers/staging/greybus/audio_module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus/audio_module.c
index 81001329aad2..d87b9985a0e2 100644
--- a/drivers/staging/greybus/audio_module.c
+++ b/drivers/staging/greybus/audio_module.c
@@ -221,7 +221,6 @@ static int gb_audio_probe(struct gb_bundle *bundle,
int ret, i;
struct gb_audio_topology *topology;
-
/* There should be at least one Management and one Data cport */
if (bundle->num_cports < 2)
return -ENODEV;
@@ -367,7 +366,6 @@ static void gb_audio_disconnect(struct gb_bundle *bundle)
struct gbaudio_module_info *gbmodule = greybus_get_drvdata(bundle);
struct gbaudio_data_connection *dai, *_dai;
-
/* cleanup module related resources first */
gbaudio_unregister_module(gbmodule);