From a0e0c9208f1283f46a55a5a5d577b98387dbc9ba Mon Sep 17 00:00:00 2001 From: Bhanusree Pola Date: Tue, 26 Feb 2019 06:02:45 +0530 Subject: Staging: greybus: Blank lines not required before '}' Remove blank line to resolve checkpatch.pl issue: CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Bhanusree Pola Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/audio_topology.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/greybus/audio_topology.c') diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c index 8bcbc3c4588c..4ac30accf226 100644 --- a/drivers/staging/greybus/audio_topology.c +++ b/drivers/staging/greybus/audio_topology.c @@ -923,7 +923,6 @@ static int gbaudio_tplg_create_wcontrol(struct gbaudio_module_info *gb, break; default: return -EINVAL; - } dev_dbg(gb->dev, "%s:%d DAPM control created, ret:%d\n", ctl->name, -- cgit v1.2.3-59-g8ed1b