summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
diff options
context:
space:
mode:
authorVinod Koul2019-05-02 12:59:21 +0200
committerGreg Kroah-Hartman2019-05-02 17:17:50 +0200
commit4415b443ca08e1e230c818361235cd10527cbb82 (patch)
tree584f0458c62d848f5195ea854bda991337775b43 /drivers/soundwire
parentsoundwire: remove empty line before/after braces (diff)
downloadkernel-qcow2-linux-4415b443ca08e1e230c818361235cd10527cbb82.tar.gz
kernel-qcow2-linux-4415b443ca08e1e230c818361235cd10527cbb82.tar.xz
kernel-qcow2-linux-4415b443ca08e1e230c818361235cd10527cbb82.zip
soundwire: cadence: remove empty line after braces
Linux code style doesn't expect empty lines after braces and gives warning: CHECK: Blank lines aren't necessary after an open brace '{' Remove the empty line in cadence lib Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/soundwire')
-rw-r--r--drivers/soundwire/cadence_master.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soundwire/cadence_master.c b/drivers/soundwire/cadence_master.c
index 0fdc17b995fc..682789bb8ab3 100644
--- a/drivers/soundwire/cadence_master.c
+++ b/drivers/soundwire/cadence_master.c
@@ -574,7 +574,6 @@ irqreturn_t sdw_cdns_irq(int irq, void *dev_id)
}
if (int_status & CDNS_MCP_INT_CTRL_CLASH) {
-
/* Slave is driving bit slot during control word */
dev_err_ratelimited(cdns->dev, "Bus clash for control word\n");
int_status |= CDNS_MCP_INT_CTRL_CLASH;