projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ee0c3
)
ASoC: SOF: amd: Remove unneeded semicolon
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Wed, 9 Mar 2022 00:49:28 +0000
(08:49 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 9 Mar 2022 17:34:57 +0000
(17:34 +0000)
Fix the following coccicheck warnings:
./sound/soc/sof/amd/acp-ipc.c:74:2-3: Unneeded semicolon.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220309004929.125558-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/acp-ipc.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/amd/acp-ipc.c
b/sound/soc/sof/amd/acp-ipc.c
index
9fcd253
..
e1842f0
100644
(file)
--- a/
sound/soc/sof/amd/acp-ipc.c
+++ b/
sound/soc/sof/amd/acp-ipc.c
@@
-71,7
+71,7
@@
int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
dev_err(sdev->dev, "%s: Failed to acquire HW lock\n", __func__);
return -EINVAL;
}
- }
;
+ }
acp_mailbox_write(sdev, offset, msg->msg_data, msg->msg_size);
acp_ipc_host_msg_set(sdev);