mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
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:
committed by
Vinod Koul
parent
7044ed6749
commit
ec5814578e
@@ -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 = {
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user