author: Michael Tretter <m.tretter@pengutronix.de> 2021-01-21 08:16:57 +0100
committer: Stephen Boyd <sboyd@kernel.org> 2021-02-08 18:31:25 -0800
commit: e2fb5c3b23154a69a1baf78e5ba491d4b4bd8d82
parent: bc2702027062a5d19d3b606a3e053a86f74047c2
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/soc/xilinx/xlnx_vcu.c b/drivers/soc/xilinx/xlnx_vcu.c
index f27a5111b9d0..74ab305cb403 100644
--- a/drivers/soc/xilinx/xlnx_vcu.c
+++ b/drivers/soc/xilinx/xlnx_vcu.c
@@ -712,7 +712,7 @@ static int xvcu_remove(struct platform_device *pdev)
xvcu_unregister_clock_provider(xvcu);
- /* Add the the Gasket isolation and put the VCU in reset. */
+ /* Add the Gasket isolation and put the VCU in reset. */
regmap_write(xvcu->logicore_reg_ba, VCU_GASKET_INIT, 0);
clk_disable_unprepare(xvcu->aclk);