Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: ti: phy-j721e-wiz: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20240710031626.2003110-1-nichen@iscas.ac.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Chen Ni and committed by
Vinod Koul
0f20e326 8c9f085a

+2 -2
+2 -2
drivers/phy/ti/phy-j721e-wiz.c
··· 1578 1578 1579 1579 phy_reset_dev = &wiz->wiz_phy_reset_dev; 1580 1580 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; 1583 1583 phy_reset_dev->of_node = node; 1584 1584 /* Reset for each of the lane and one for the entire SERDES */ 1585 1585 phy_reset_dev->nr_resets = num_lanes + 1;