Remove unneeded semicolons. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Julia Lawall <julia.lawall@xxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- tree: https://github.com/rrnayak/linux genpd-performance-state head: 3f1a0555478c46892595728fcb4a2c7ae7e1f7da commit: b4f8ada6fb36369cf0e45421dde636d79e845554 [48/114] WIP:asoc:qdsp6: add adm driver :::::: branch date: 2 hours ago :::::: commit date: 8 weeks ago q6adm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/sound/soc/qcom/qdsp6v2/q6adm.c +++ b/sound/soc/qcom/qdsp6v2/q6adm.c @@ -806,7 +806,7 @@ int adm_arrange_mch_map(struct adm_cmd_d default: goto non_mch_path; break; - }; + } if ((open->dev_num_channel > 2) && multi_ch_maps[idx].set_channel_map) memcpy(open->dev_channel_mapping, @@ -1019,10 +1019,10 @@ int adm_matrix_map(int path, struct rout route->hdr.pkt_size = cmd_size; route->hdr.src_svc = 0; route->hdr.src_domain = APR_DOMAIN_APPS; - route->hdr.src_port = 0; /* Ignored */; + route->hdr.src_port = 0; /* Ignored */ route->hdr.dest_svc = APR_SVC_ADM; route->hdr.dest_domain = APR_DOMAIN_ADSP; - route->hdr.dest_port = 0; /* Ignored */; + route->hdr.dest_port = 0; /* Ignored */ route->hdr.token = 0; if (path == ADM_PATH_COMPRESSED_RX) { pr_debug("%s: ADM_CMD_STREAM_DEVICE_MAP_ROUTINGS_V5 0x%x\n", _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel