summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/audio_topology.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-06-10 14:59:07 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-10 16:32:33 -0700
commit60fb3405c73ea0bbab942c699496123f9e987c04 (patch)
treedf845bd382a5b25591605966d8dab8ca1ad20e8d /drivers/staging/greybus/audio_topology.c
parent6554efa28edc09029012f8217c5481ff320b7fca (diff)
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_topology.c')
-rw-r--r--drivers/staging/greybus/audio_topology.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c
index 1e0768670b69..1f9e8b6178dd 100644
--- a/drivers/staging/greybus/audio_topology.c
+++ b/drivers/staging/greybus/audio_topology.c
@@ -872,7 +872,6 @@ static int gbaudio_tplg_process_routes(struct gbaudio_module_info *module,
if (!dapm_routes)
return -ENOMEM;
-
module->dapm_routes = dapm_routes;
curr = routes;