Skip to content

Commit 0f20e32

Browse files
Chen Nivinodkoul
authored andcommitted
phy: ti: phy-j721e-wiz: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8c9f085 commit 0f20e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/phy/ti/phy-j721e-wiz.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,8 +1578,8 @@ static int wiz_probe(struct platform_device *pdev)
15781578

15791579
phy_reset_dev = &wiz->wiz_phy_reset_dev;
15801580
phy_reset_dev->dev = dev;
1581-
phy_reset_dev->ops = &wiz_phy_reset_ops,
1582-
phy_reset_dev->owner = THIS_MODULE,
1581+
phy_reset_dev->ops = &wiz_phy_reset_ops;
1582+
phy_reset_dev->owner = THIS_MODULE;
15831583
phy_reset_dev->of_node = node;
15841584
/* Reset for each of the lane and one for the entire SERDES */
15851585
phy_reset_dev->nr_resets = num_lanes + 1;

0 commit comments

Comments
 (0)