ASoC: tegra: AHUB: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250617032103.1725040-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Chen Ni 2025-06-17 11:21:03 +08:00 committed by Mark Brown
parent 47972c1c33
commit d9f38d9824
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -2066,7 +2066,7 @@ static bool tegra264_ahub_wr_reg(struct device *dev, unsigned int reg)
return true;
default:
break;
};
}
}
return false;