phy: renesas: Remove unneeded semicolons

Semicolons after end of function braces are not needed, remove them.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/a8807dafa87fcc3abcafd34a1895e4c722c39793.1758719985.git.geert+renesas@glider.be
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Geert Uytterhoeven
2025-09-24 15:20:31 +02:00
committed by Vinod Koul
parent 7044ed6749
commit ec5814578e
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ error:
static void rcar_gen3_phy_pcie_remove(struct platform_device *pdev)
{
pm_runtime_disable(&pdev->dev);
};
}
static struct platform_driver rcar_gen3_phy_driver = {
.driver = {

View File

@@ -934,7 +934,7 @@ static void rcar_gen3_phy_usb2_remove(struct platform_device *pdev)
device_remove_file(&pdev->dev, &dev_attr_role);
pm_runtime_disable(&pdev->dev);
};
}
static int rcar_gen3_phy_usb2_suspend(struct device *dev)
{

View File

@@ -202,7 +202,7 @@ error:
static void rcar_gen3_phy_usb3_remove(struct platform_device *pdev)
{
pm_runtime_disable(&pdev->dev);
};
}
static struct platform_driver rcar_gen3_phy_usb3_driver = {
.driver = {